We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f163a commit eaebcdeCopy full SHA for eaebcde
build/action.yml
@@ -67,7 +67,7 @@ runs:
67
run: |
68
if [[ -d tests ]]; then
69
pip install pytest
70
- pyrhon -m pytest
+ python -m pytest
71
fi
72
- name: Add the given package filename_prefix
73
id: package-prefix-arg
0 commit comments