We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38a0dd commit 13c9c0aCopy full SHA for 13c9c0a
.github/workflows/test.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Install dependencies
74
run: |
75
python -m pip install --upgrade pip
76
- python -m pip install -r requirements/tox.txt
+ pip install -r requirements/tox.txt
77
78
- name: Tox tests
79
@@ -84,7 +84,7 @@ jobs:
84
- name: Upload coverage
85
uses: codecov/codecov-action@v3
86
with:
87
- name: Python ${{ matrix.python-version }}
+ name: Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }}
88
89
90
generated_file_checks:
0 commit comments