Skip to content

Commit 6763b94

Browse files
committed
Fix tox tests configuration
1 parent e98d44e commit 6763b94

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,5 @@ jobs:
2929
run: |
3030
python -m pip install --upgrade pip
3131
pip install tox codecov
32-
- name: Run base tests
33-
run: tox -e base
34-
- name: Run all test
32+
- name: Run tests
3533
run: tox -e ${{ matrix.tox || 'py' }}

0 commit comments

Comments
 (0)