Spaces:
Sleeping
Sleeping
Commit
·
b0938ca
1
Parent(s):
d9e41ed
Updated ci
Browse files- .github/workflows/ci.yml +1 -0
.github/workflows/ci.yml
CHANGED
|
@@ -28,6 +28,7 @@ jobs:
|
|
| 28 |
python -m pip install --upgrade pip
|
| 29 |
pip install -r requirements.txt
|
| 30 |
pip install -r requirements-dev.txt || true # optional extra dev file
|
|
|
|
| 31 |
|
| 32 |
- name: 🧹 Pre-commit (black, isort, flake8 …)
|
| 33 |
if: github.event_name == 'pull_request'
|
|
|
|
| 28 |
python -m pip install --upgrade pip
|
| 29 |
pip install -r requirements.txt
|
| 30 |
pip install -r requirements-dev.txt || true # optional extra dev file
|
| 31 |
+
pip install -e .
|
| 32 |
|
| 33 |
- name: 🧹 Pre-commit (black, isort, flake8 …)
|
| 34 |
if: github.event_name == 'pull_request'
|