File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 91
91
- name : Install dpctl dependencies
92
92
shell : bash -l {0}
93
93
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
95
96
96
97
- name : Build dpctl with coverage
97
98
shell : bash -l {0}
Original file line number Diff line number Diff line change 69
69
70
70
# Upload the results to GitHub's code scanning dashboard.
71
71
- 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
73
73
with :
74
74
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -107,7 +107,8 @@ jobs:
107
107
- name : Install dpctl dependencies
108
108
shell : bash -l {0}
109
109
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
111
112
112
113
- name : Checkout repo
113
114
You can’t perform that action at this time.
0 commit comments