Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe De Marco authored May 1, 2023
1 parent 6c7f760 commit e2e06d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: Install dependencies and testing utilities
run: |
sudo apt-get update && sudo apt-get install xmlsec1
python -m pip install --upgrade pip tox rstcheck setuptools codecov
python -m pip install --upgrade pip
python -m pip install --upgrade tox rstcheck setuptools codecov
#- name: Readme check
#if: ${{ matrix.python-version }} == 3.8 && ${{ matrix.django-version }} == "3.0"
#run: rstcheck README.rst
Expand Down

0 comments on commit e2e06d6

Please sign in to comment.