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 7979 - name : Install dpctl dependencies
8080 shell : bash -l {0}
8181 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]
8383
8484 - name : Build dpctl with coverage
8585 shell : bash -l {0}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 - name : Install dpctl dependencies
109109 shell : bash -l {0}
110110 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
112112
113113 - name : Checkout repo
114114 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments