Skip to content

Commit

Permalink
Run tox with 4 v's instead of 5
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Oct 19, 2023
1 parent 60c0e53 commit bfa2aec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Test with tox
run: |
df
tox -vvvvv
tox -vvvv
df
env:
DBBACKEND: sqlite3
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
if: ${{ matrix.mariadb-version == '10.3' }}
run: |
df
tox -vvvvv --skip-env ".+?-django42-mysql"
tox -vvvv --skip-env ".+?-django42-mysql"
df
env:
DBBACKEND: mysql
Expand All @@ -123,7 +123,7 @@ jobs:
if: ${{ matrix.mariadb-version != '10.3' }}
run: |
df
tox -vvvvv
tox -vvvv
df
env:
DBBACKEND: mysql
Expand Down

0 comments on commit bfa2aec

Please sign in to comment.