Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronmore committed Dec 16, 2024
1 parent 70024a6 commit d14b149
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,5 @@ jobs:
python -m pip install --upgrade pip
pip install -r src/requirements.txt
- name: Set PYTHONPATH
run: echo "PYTHONPATH=$PYTHONPATH:$(pwd)/tests" >> $GITHUB_ENV

- name: Run tests
run: pytest tests/test_main.py

0 comments on commit d14b149

Please sign in to comment.