Skip to content

Commit 55c1a6c

Browse files
committed
ci: remove tox from actions
1 parent fa493bf commit 55c1a6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
- name: Install deps
5151
run: |
5252
python -m pip install --upgrade pip
53-
pip install tox
53+
pip install -r requirements-dev.txt
54+
flit install --only-deps
5455
- name: Run tests
55-
run: tox -e py
56+
run: python -m pytest

0 commit comments

Comments
 (0)