diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e3fcc18..cc6dbed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -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