Skip to content

Commit b7d24e2

Browse files
committed
revert back to tox
1 parent e48378c commit b7d24e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
python -c "import sys; print(sys.version)"
2222
python -c "import struct; print(struct.calcsize('P') * 8)"
23-
- name: Install testing dependencies and project
24-
run: pip install -r dev-requirements.txt .
25-
- name: Run pytest tests
26-
run: python -m pytest
23+
- name: Install testing dependencies
24+
run: pip install tox
25+
- name: Run tox tests
26+
run: tox

0 commit comments

Comments
 (0)