Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
57b6a78
1
Parent(s):
19de9f7
Update CI with requirements file
Browse files- .github/workflows/CI.yml +1 -0
.github/workflows/CI.yml
CHANGED
@@ -28,6 +28,7 @@ jobs:
|
|
28 |
- name: "Install PySR"
|
29 |
run: |
|
30 |
python -m pip install --upgrade pip
|
|
|
31 |
python setup.py install
|
32 |
shell: bash
|
33 |
- name: "Run tests"
|
|
|
28 |
- name: "Install PySR"
|
29 |
run: |
|
30 |
python -m pip install --upgrade pip
|
31 |
+
pip install -r requirements.txt
|
32 |
python setup.py install
|
33 |
shell: bash
|
34 |
- name: "Run tests"
|