We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46668b3 commit 9feb255Copy full SHA for 9feb255
1 file changed
.github/workflows/test.yml
@@ -39,9 +39,9 @@ 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
43
- name: Test
44
run: |
- MYSQL_ROOT_PASSWORD=password python setup.py test
45
- python -m pip install cython
46
- python setup.py build_ext -i
47
+ MYSQL_ROOT_PASSWORD=password pytest
+ python -m pip install -e .
0 commit comments