Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit ce4fe66

Browse files
Merge pull request #11 from IntelPython/dependabot/github_actions/actions/checkout-4.2.0
Bump actions/checkout from 4.1.6 to 4.2.0
2 parents d98f1ac + ab01405 commit ce4fe66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
run: echo $CONDA/bin >> $GITHUB_PATH
3535

3636
- name: Checkout repo
37-
uses: actions/checkout@v4.1.6
37+
uses: actions/checkout@v4.2.0
3838
with:
3939
fetch-depth: 0
4040

4141
- name: Install dependencies
4242
run: |
4343
source $CONDA/etc/profile.d/conda.sh
44-
conda create -n build_kde_setuptools python=3.10 dpctl -c dppy/label/dev -c intel -c conda-forge --override-channels
44+
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
4545
conda activate build_kde_setuptools
4646
pip install --no-cache-dir cython pybind11 pytest cmake ninja
4747
conda list
@@ -85,14 +85,14 @@ jobs:
8585
run: echo $CONDA/bin >> $GITHUB_PATH
8686

8787
- name: Checkout repo
88-
uses: actions/checkout@v4.1.6
88+
uses: actions/checkout@v4.2.0
8989
with:
9090
fetch-depth: 0
9191

9292
- name: Install dependencies
9393
run: |
9494
source $CONDA/etc/profile.d/conda.sh
95-
conda create -n build_kde_skbuild python=3.10 dpctl -c dppy/label/dev -c intel -c conda-forge --override-channels
95+
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
9696
conda activate build_kde_skbuild
9797
pip install --no-cache-dir cython scikit-build pybind11 pytest cmake ninja
9898
conda list

0 commit comments

Comments
 (0)