Skip to content

Commit 55d4458

Browse files
committed
Merge branch 'master' into feature/specialization-constants
2 parents a71f0ef + 39a4782 commit 55d4458

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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"

.github/workflows/pre-commit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
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'

0 commit comments

Comments
 (0)