Skip to content

Commit

Permalink
install some libs
Browse files Browse the repository at this point in the history
  • Loading branch information
lavr committed Jan 8, 2024
1 parent 33d04a9 commit 610f6b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
path: ${{ steps.pip-cache.outputs.dir }}
key: pip|${{ runner.os }}|${{ matrix.python }}|${{ hashFiles('setup.py') }}|${{ hashFiles('requirements/*.txt') }}
- run: pip install tox
- run: apt install libxml2-dev libxslt-dev
- name: run rests
env:
SMTP_TEST_SUBJECT_SUFFIX: "github-actions sha:${{ github.sha }} run_id:${{ github.run_id }}"
Expand Down

0 comments on commit 610f6b0

Please sign in to comment.