Skip to content

Commit

Permalink
Install system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Mar 10, 2025
1 parent a13e10c commit 70e7246
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
with:
python-version: '3.10'

- name: Install system dependencies
run: sudo apt-get update && sudo apt-get install -y libyaml-dev

- name: Configure pip to use wheels
run: pip config set global.use-binary-packages true

- name: Install Poetry
uses: abatilo/actions-poetry@v2.0.0
with:
Expand Down

0 comments on commit 70e7246

Please sign in to comment.