Skip to content

Commit 13c9c0a

Browse files
committed
Small cleanup of test.yml
1 parent b38a0dd commit 13c9c0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Install dependencies
7474
run: |
7575
python -m pip install --upgrade pip
76-
python -m pip install -r requirements/tox.txt
76+
pip install -r requirements/tox.txt
7777
7878
- name: Tox tests
7979
run: |
@@ -84,7 +84,7 @@ jobs:
8484
- name: Upload coverage
8585
uses: codecov/codecov-action@v3
8686
with:
87-
name: Python ${{ matrix.python-version }}
87+
name: Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }}
8888

8989

9090
generated_file_checks:

0 commit comments

Comments
 (0)