Skip to content

Commit 2ee05d2

Browse files
Merge master into update_cuda_build
2 parents 98196d7 + 96dbbb9 commit 2ee05d2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/generate-coverage.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ jobs:
9191
- name: Install dpctl dependencies
9292
shell: bash -l {0}
9393
run: |
94-
pip install numpy cython setuptools"<80" pytest pytest-cov scikit-build cmake coverage[toml] versioneer[toml]==0.29
94+
# TODO: unpin numpy when numpy#29167 resolved
95+
pip install numpy"<2.3.0" cython setuptools"<80" pytest pytest-cov scikit-build cmake coverage[toml] versioneer[toml]==0.29
9596
9697
- name: Build dpctl with coverage
9798
shell: bash -l {0}

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ jobs:
6969

7070
# Upload the results to GitHub's code scanning dashboard.
7171
- name: "Upload to code-scanning"
72-
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
72+
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
7373
with:
7474
sarif_file: results.sarif

.github/workflows/os-llvm-sycl-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ jobs:
107107
- name: Install dpctl dependencies
108108
shell: bash -l {0}
109109
run: |
110-
pip install numpy cython setuptools"<80" pytest scikit-build cmake ninja versioneer[toml]==0.29
110+
# TODO: unpin numpy when numpy#29167 resolved
111+
pip install numpy"<2.3.0" cython setuptools"<80" pytest scikit-build cmake ninja versioneer[toml]==0.29
111112
112113
- name: Checkout repo
113114
uses: actions/[email protected]

0 commit comments

Comments
 (0)