Mari0304 commited on
Commit
8a06705
·
1 Parent(s): 8d68826

Fix CI: Install package in editable mode

Browse files
Files changed (1) hide show
  1. .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: |