We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9feb255 commit b3737f0Copy full SHA for b3737f0
1 file changed
.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
39
python -m pip install setuptools
40
python -m pip install --upgrade pip
41
python -m pip install flake8
42
- pytohn -m pip install pytest
+ python -m pip install pytest
43
- name: Test
44
run: |
45
MYSQL_ROOT_PASSWORD=password pytest
0 commit comments