Skip to content

Commit e2e06d6

Browse files
author
Giuseppe De Marco
authored
Update python-package.yml
1 parent 6c7f760 commit e2e06d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
- name: Install dependencies and testing utilities
3131
run: |
3232
sudo apt-get update && sudo apt-get install xmlsec1
33-
python -m pip install --upgrade pip tox rstcheck setuptools codecov
33+
python -m pip install --upgrade pip
34+
python -m pip install --upgrade tox rstcheck setuptools codecov
3435
#- name: Readme check
3536
#if: ${{ matrix.python-version }} == 3.8 && ${{ matrix.django-version }} == "3.0"
3637
#run: rstcheck README.rst

0 commit comments

Comments
 (0)