Skip to content

Commit 476e77f

Browse files
authored
Merge pull request #30 from tekktrik/dev/add-path
Use pytest with library in path
2 parents 6b89943 + 0691cde commit 476e77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ runs:
6767
run: |
6868
if [[ -d tests ]]; then
6969
pip install pytest
70-
pytest
70+
python -m pytest # This syntax adds the library to the path
7171
fi
7272
- name: Add the given package filename_prefix
7373
id: package-prefix-arg

0 commit comments

Comments
 (0)