File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -561,8 +561,7 @@ jobs:
561561 - name : Install example requirements
562562 shell : bash -ex -l {0}
563563 env :
564- # TODO: unpin when 2026.0 is available on conda-forge
565- DPCPP_CMPLR : " dpcpp_linux-64>=2025.0,<2026.0"
564+ DPCPP_CMPLR : " dpcpp_linux-64>=2026.0"
566565 run : |
567566 export CHANNELS="${{ env.CHANNELS }}"
568567 . "$CONDA/etc/profile.d/conda.sh"
Original file line number Diff line number Diff line change 1515 timeout-minutes : 30
1616
1717 steps :
18- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+ - name : Checkout dpctl
19+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+ with :
21+ ref : ${{ github.sha }} # use hash to pass no-commit-to-branch check
1922 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2023 with :
2124 python-version : ' 3.14'
You can’t perform that action at this time.
0 commit comments