Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
1806f6b
1
Parent(s):
aefe008
ci: disable numpy 2.0.0 on windows
Browse files
.github/workflows/CI_Windows.yml
CHANGED
@@ -46,7 +46,7 @@ jobs:
|
|
46 |
- name: "Install PySR"
|
47 |
run: |
|
48 |
python -m pip install --upgrade pip
|
49 |
-
pip install pytest nbval
|
50 |
pip install .
|
51 |
python -c 'import pysr'
|
52 |
- name: "Run tests"
|
|
|
46 |
- name: "Install PySR"
|
47 |
run: |
|
48 |
python -m pip install --upgrade pip
|
49 |
+
pip install pytest nbval "numpy<2.0.0"
|
50 |
pip install .
|
51 |
python -c 'import pysr'
|
52 |
- name: "Run tests"
|