File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 79
79
- name : Install dpctl dependencies
80
80
shell : bash -l {0}
81
81
run : |
82
- pip install numpy cython setuptools pytest pytest-cov scikit-build cmake coverage[toml]
82
+ pip install numpy"<1.26.0" cython setuptools pytest pytest-cov scikit-build cmake coverage[toml]
83
83
84
84
- name : Build dpctl with coverage
85
85
shell : bash -l {0}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
- name : Install dpctl dependencies
109
109
shell : bash -l {0}
110
110
run : |
111
- pip install numpy cython setuptools pytest scikit-build cmake ninja
111
+ pip install numpy"<1.26.0" cython setuptools pytest scikit-build cmake ninja
112
112
113
113
- name : Checkout repo
114
114
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments