Skip to content

Commit

Permalink
Adjust test step since test need to be run from test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ominusliticus committed Feb 7, 2024
1 parent 544e02a commit d63c470
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
python -m pip install --upgrade pip
pip install -e .
- name: Run pytests
run:
run: |
cd test/
pytest test/
deploy:
Expand Down

0 comments on commit d63c470

Please sign in to comment.