We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083023c commit b91cc04Copy full SHA for b91cc04
.github/workflows/array-api-tests.yml
@@ -35,7 +35,7 @@ jobs:
35
if [[ "${{ matrix.numpy-version }}" == "dev" ]]; then
36
python -m pip install --pre --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy;
37
else
38
- python -m pip install numpy<2.0;
+ python -m pip install 'numpy<2.0';
39
fi
40
- name: Run the array API testsuite
41
env:
.github/workflows/tests.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
- name: Run Tests
28
run: |
0 commit comments