Skip to content

Commit

Permalink
Install python-dev before running coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Sep 18, 2023
1 parent 1d153e7 commit 6a8e684
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
with:
python-version: '3.11'

- name: Install python-dev
run: sudo apt-get update && sudo apt-get install -y python3-dev

- name: Install with dependencies
run: |
pip install .
Expand Down

0 comments on commit 6a8e684

Please sign in to comment.