Skip to content

Commit 4a9bca2

Browse files
committed
Use legacy tox command
This whole time Python 3.6 (using tox 3) was running tests on `run` directory, which didn't exist.
1 parent 75b3c90 commit 4a9bca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
7777
- name: Tox tests
7878
run: |
79-
tox -v run
79+
tox -v
8080
env:
8181
DJANGO: ${{ matrix.django-version }}
8282

0 commit comments

Comments
 (0)