We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8bc28 commit e2a3972Copy full SHA for e2a3972
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
run:
16
|
17
python -m pip install --upgrade pip
18
- pip install numpy
+ pip install numpy==1.23.1
19
pip install -e .[test]
20
- name: Test
21
run: pytest
0 commit comments