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 e795063 commit 9db0fe0Copy full SHA for 9db0fe0
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
python-version: ${{ matrix.python-version }}
84
- run: sudo apt install gettext -y
85
- uses: actions/checkout@v3
86
- - run: python -m pip install --upgrade pip
+ - run: python -m pip install --upgrade pip codecov
87
- run: python -m pip install -e .[${{ matrix.extra }}]
88
if: ${{ matrix.extra }}
89
- run: python -m pip install django~=${{ matrix.django-version }}a
0 commit comments