Skip to content

Commit e2a3972

Browse files
Update test.yml
1 parent 0c8bc28 commit e2a3972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run:
1616
|
1717
python -m pip install --upgrade pip
18-
pip install numpy
18+
pip install numpy==1.23.1
1919
pip install -e .[test]
2020
- name: Test
2121
run: pytest

0 commit comments

Comments
 (0)