move python path to same step as tests
This commit is contained in:
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@@ -19,10 +19,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install -r requirements-tests.txt
|
pip install -r requirements-tests.txt
|
||||||
|
|
||||||
- name: set pythonpath
|
|
||||||
run: |
|
|
||||||
echo "PYTHONPATH=src/axolotl" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- 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