Skip to content

Commit

Permalink
Merge pull request #11 from IntelPython/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.2.0

Bump actions/checkout from 4.1.6 to 4.2.0
  • Loading branch information
oleksandr-pavlyk authored Oct 14, 2024
2 parents d98f1ac + ab01405 commit ce4fe66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
run: echo $CONDA/bin >> $GITHUB_PATH

- name: Checkout repo
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0

- name: Install dependencies
run: |
source $CONDA/etc/profile.d/conda.sh
conda create -n build_kde_setuptools python=3.10 dpctl -c dppy/label/dev -c intel -c conda-forge --override-channels
conda create -n build_kde_setuptools python=3.11 dpctl setuptools"<70" -c dppy/label/dev -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
conda activate build_kde_setuptools
pip install --no-cache-dir cython pybind11 pytest cmake ninja
conda list
Expand Down Expand Up @@ -85,14 +85,14 @@ jobs:
run: echo $CONDA/bin >> $GITHUB_PATH

- name: Checkout repo
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0

- name: Install dependencies
run: |
source $CONDA/etc/profile.d/conda.sh
conda create -n build_kde_skbuild python=3.10 dpctl -c dppy/label/dev -c intel -c conda-forge --override-channels
conda create -n build_kde_skbuild python=3.10 dpctl -c dppy/label/dev -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
conda activate build_kde_skbuild
pip install --no-cache-dir cython scikit-build pybind11 pytest cmake ninja
conda list
Expand Down

0 comments on commit ce4fe66

Please sign in to comment.