Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Aug 6, 2023
1 parent 54f163a commit eaebcde
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
pyrhon -m pytest
python -m pytest
fi
- name: Add the given package filename_prefix
id: package-prefix-arg
Expand Down

0 comments on commit eaebcde

Please sign in to comment.