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: |
|
||||
pip install -r requirements-tests.txt
|
||||
|
||||
- name: set pythonpath
|
||||
run: |
|
||||
echo "PYTHONPATH=src/axolotl" >> $GITHUB_ENV
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
echo "PYTHONPATH=src/axolotl" >> $GITHUB_ENV
|
||||
pytest tests/
|
||||
|
||||
Reference in New Issue
Block a user