Skip to content

Commit

Permalink
Fix tox tests configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
VMRuiz committed Apr 4, 2024
1 parent e98d44e commit 6763b94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,5 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install tox codecov
- name: Run base tests
run: tox -e base
- name: Run all test
- name: Run tests
run: tox -e ${{ matrix.tox || 'py' }}

0 comments on commit 6763b94

Please sign in to comment.