Skip to content

Commit

Permalink
Small cleanup of test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddabble committed Jul 10, 2023
1 parent b38a0dd commit 13c9c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements/tox.txt
pip install -r requirements/tox.txt
- name: Tox tests
run: |
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v3
with:
name: Python ${{ matrix.python-version }}
name: Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }}


generated_file_checks:
Expand Down

0 comments on commit 13c9c0a

Please sign in to comment.