We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460085a commit 672f0c3Copy full SHA for 672f0c3
1 file changed
.github/workflows/test_code.yml
@@ -30,4 +30,4 @@ jobs:
30
shell: bash -l {0}
31
run: |
32
micromamba activate TEST
33
- python -m ppytest -vv --ignore=tests/selenium
+ python -m pytest -vv --ignore=tests/selenium
0 commit comments