alright, just local install it
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -17,9 +17,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install -r requirements-tests.txt
|
pip install -e .
|
||||||
|
pip install pytest
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
echo "PYTHONPATH=src/axolotl" >> $GITHUB_ENV
|
|
||||||
pytest tests/
|
pytest tests/
|
||||||
|
|||||||
Reference in New Issue
Block a user