move python path to same step as tests

This commit is contained in:
Wing Lian
2023-05-27 12:06:23 -04:00
parent 403af0b1d7
commit c29d33352c

View File

@@ -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/