We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7f760 commit e2e06d6Copy full SHA for e2e06d6
.github/workflows/python-package.yml
@@ -30,7 +30,8 @@ jobs:
30
- name: Install dependencies and testing utilities
31
run: |
32
sudo apt-get update && sudo apt-get install xmlsec1
33
- python -m pip install --upgrade pip tox rstcheck setuptools codecov
+ python -m pip install --upgrade pip
34
+ python -m pip install --upgrade tox rstcheck setuptools codecov
35
#- name: Readme check
36
#if: ${{ matrix.python-version }} == 3.8 && ${{ matrix.django-version }} == "3.0"
37
#run: rstcheck README.rst
0 commit comments