We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992f190 commit 35c4844Copy full SHA for 35c4844
1 file changed
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
pip install -r requirements.txt
33
python setup.py install
34
- name: Test
35
- run: python tests/runtest.py
+ run: python tests/runtests.py
36
37
test_py37:
38
runs-on: ubuntu-latest
@@ -47,4 +47,4 @@ jobs:
47
48
python3.7 setup.py install
49
50
- run: python3.7 tests/runtest.py
+ run: python3.7 tests/runtests.py
0 commit comments