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 2041c74 commit 3a63c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
apt-get update -qq
apt-get install -qq swig python-dev libxml2-dev libxmlsec1-dev
python -m pip install --upgrade --disable-pip-version-check --no-cache-dir pip
pip install --force-reinstall --no-binary --no-cache-dir lxml lxml
pip install --disable-pip-version-check --no-cache-dir --force-reinstall --no-binary lxml lxml
pip install --disable-pip-version-check --no-cache-dir .
pip install --disable-pip-version-check --no-cache-dir -e ".[test]"
Expand Down

0 comments on commit 3a63c04

Please sign in to comment.