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 20, 2023
1 parent 4162c08 commit e894da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Expand Up @@ -18,8 +18,8 @@ jobs:
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 .
pip install -e ".[test]"
pip install -t .
pip install -t -e ".[test]"
- name: Lint
run: |
Expand Down

0 comments on commit e894da0

Please sign in to comment.