Skip to content

Commit

Permalink
Add install libsystemd-dev section in git workflow for resource provi…
Browse files Browse the repository at this point in the history
…ders
  • Loading branch information
rickwu666666 committed Aug 7, 2024
1 parent 3b6473a commit c1df039
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tox-provider-resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
python-version: ${{ matrix.python }}
env:
PIP_TRUSTED_HOST: pypi.python.org pypi.org files.pythonhosted.org
- name: Install libsystemd-dev
run: |
sudo apt-get update
sudo apt-get install -y libsystemd-dev
- name: Install tox
run: pip install tox
- name: Run tox
Expand Down

0 comments on commit c1df039

Please sign in to comment.