Skip to content

Commit

Permalink
Merge pull request #30 from tekktrik/dev/add-path
Browse files Browse the repository at this point in the history
Use pytest with library in path
  • Loading branch information
jepler committed Aug 6, 2023
2 parents 6b89943 + 0691cde commit 476e77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ runs:
run: |
if [[ -d tests ]]; then
pip install pytest
pytest
python -m pytest # This syntax adds the library to the path
fi
- name: Add the given package filename_prefix
id: package-prefix-arg
Expand Down

0 comments on commit 476e77f

Please sign in to comment.