alright, just local install it
Browse files
.github/workflows/tests.yml
CHANGED
@@ -17,9 +17,9 @@ jobs:
|
|
17 |
|
18 |
- name: Install dependencies
|
19 |
run: |
|
20 |
-
pip install -
|
|
|
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/
|