Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
4bc5b02
1
Parent(s):
d63558c
No caching in nightly CI
Browse files
.github/workflows/CI_large_nightly.yml
CHANGED
@@ -34,7 +34,6 @@ jobs:
|
|
34 |
uses: actions/setup-python@v4
|
35 |
with:
|
36 |
python-version: ${{ matrix.python-version }}
|
37 |
-
cache: pip
|
38 |
- name: "Install PySR"
|
39 |
run: |
|
40 |
python -m pip install --upgrade pip
|
|
|
34 |
uses: actions/setup-python@v4
|
35 |
with:
|
36 |
python-version: ${{ matrix.python-version }}
|
|
|
37 |
- name: "Install PySR"
|
38 |
run: |
|
39 |
python -m pip install --upgrade pip
|