Spaces:
Runtime error
Runtime error
Aurélie GABU commited on
Commit ·
20b5915
1
Parent(s): e37715a
docs: yaml updated line 26
Browse files- .github/workflows/ci.yml +1 -0
.github/workflows/ci.yml
CHANGED
|
@@ -23,6 +23,7 @@ jobs:
|
|
| 23 |
- name: Install dependencies
|
| 24 |
run: |
|
| 25 |
pip install .
|
|
|
|
| 26 |
pip install pytest
|
| 27 |
|
| 28 |
- name: Run tests
|
|
|
|
| 23 |
- name: Install dependencies
|
| 24 |
run: |
|
| 25 |
pip install .
|
| 26 |
+
pip install -r requirements.txt
|
| 27 |
pip install pytest
|
| 28 |
|
| 29 |
- name: Run tests
|