Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Jul 21, 2023
1 parent e894da0 commit e56d06c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Expand Up @@ -16,10 +16,10 @@ jobs:
run: |
apt-get update -qq
apt-get install -qq swig python-dev libxml2-dev libxmlsec1-dev
python -m pip install --upgrade pip
pip install --force-reinstall --no-binary lxml lxml
pip install -t .
pip install -t -e ".[test]"
python --disable-pip-version-check --no-cache-dir -m pip install --upgrade pip
pip install --force-reinstall --no-binary --no-cache-dir lxml lxml
pip install .
pip install -e ".[test]"
- name: Lint
run: |
Expand Down

0 comments on commit e56d06c

Please sign in to comment.