alright, just local install it

This commit is contained in:
Wing Lian
2023-05-27 12:16:06 -04:00
parent c29d33352c
commit 7f53fd2ab6

View File

@@ -17,9 +17,9 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements-tests.txt
pip install -e .
pip install pytest
- name: Run tests
run: |
echo "PYTHONPATH=src/axolotl" >> $GITHUB_ENV
pytest tests/