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 e56d06c commit 2041c74
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python-package.yml
Expand Up @@ -12,14 +12,16 @@ jobs:
image: python:2.7.18-buster
environment: CI
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Install dependencies
run: |
apt-get update -qq
apt-get install -qq swig python-dev libxml2-dev libxmlsec1-dev
python --disable-pip-version-check --no-cache-dir -m pip install --upgrade pip
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 .
pip install -e ".[test]"
pip install --disable-pip-version-check --no-cache-dir .
pip install --disable-pip-version-check --no-cache-dir -e ".[test]"
- name: Lint
run: |
Expand Down

0 comments on commit 2041c74

Please sign in to comment.