winglian commited on
Commit
7f53fd2
1 Parent(s): c29d333

alright, just local install it

Browse files
Files changed (1) hide show
  1. .github/workflows/tests.yml +2 -2
.github/workflows/tests.yml CHANGED
@@ -17,9 +17,9 @@ jobs:
17
 
18
  - name: Install dependencies
19
  run: |
20
- pip install -r requirements-tests.txt
 
21
 
22
  - name: Run tests
23
  run: |
24
- echo "PYTHONPATH=src/axolotl" >> $GITHUB_ENV
25
  pytest tests/
 
17
 
18
  - name: Install dependencies
19
  run: |
20
+ pip install -e .
21
+ pip install pytest
22
 
23
  - name: Run tests
24
  run: |
 
25
  pytest tests/