Spaces:
Running
Running
Fix pip in compat helper workflow
Browse files
.github/workflows/update_backend.yml
CHANGED
|
@@ -9,6 +9,9 @@ jobs:
|
|
| 9 |
steps:
|
| 10 |
- uses: actions/checkout@v3
|
| 11 |
- uses: actions/setup-python@v4
|
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
- name: "Install PySR"
|
| 14 |
run: |
|
|
|
|
| 9 |
steps:
|
| 10 |
- uses: actions/checkout@v3
|
| 11 |
- uses: actions/setup-python@v4
|
| 12 |
+
with:
|
| 13 |
+
python-version: 3.9
|
| 14 |
+
cache: pip
|
| 15 |
|
| 16 |
- name: "Install PySR"
|
| 17 |
run: |
|