Spaces:
Sleeping
Sleeping
Fix CI: Install package in editable mode
Browse files- .github/workflows/ci.yml +1 -0
.github/workflows/ci.yml
CHANGED
|
@@ -34,6 +34,7 @@ jobs:
|
|
| 34 |
pip install torch --index-url https://download.pytorch.org/whl/cpu
|
| 35 |
# Install other dependencies
|
| 36 |
pip install -r requirements.txt --no-cache-dir
|
|
|
|
| 37 |
|
| 38 |
- name: Lint with Ruff
|
| 39 |
run: |
|
|
|
|
| 34 |
pip install torch --index-url https://download.pytorch.org/whl/cpu
|
| 35 |
# Install other dependencies
|
| 36 |
pip install -r requirements.txt --no-cache-dir
|
| 37 |
+
pip install -e .
|
| 38 |
|
| 39 |
- name: Lint with Ruff
|
| 40 |
run: |
|