This repository was archived by the owner on Sep 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments