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 a96ad8e commit f5ebb24Copy full SHA for f5ebb24
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
- run: python -m pip install Django~="${{ matrix.django-version }}.0"
62
- run: python -m pip install -e .[test]
63
- run: python -m pytest
64
- - uses: codecov/codecov-action@v2
+ - uses: codecov/codecov-action@v3
65
66
Selenium:
67
needs:
@@ -86,4 +86,4 @@ jobs:
86
- run: python -m pip install Django
87
- run: python -m pip install -e .[test,selenium]
88
89
0 commit comments