Skip to content

Commit 54f163a

Browse files
authored
Use pytest with library in path
1 parent 6b89943 commit 54f163a

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+
pyrhon -m pytest
7171
fi
7272
- name: Add the given package filename_prefix
7373
id: package-prefix-arg

0 commit comments

Comments
 (0)