Skip to content

Commit

Permalink
Install python and zlib headers for testing in CI.
Browse files Browse the repository at this point in the history
Install python zlib headers for testing in CI.
  • Loading branch information
ghuls committed Jul 8, 2024
1 parent 7194973 commit 472a3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
githubToken: ${{ github.token }}
install: |
apt-get update
apt-get install -y --no-install-recommends python3 python3-pip gcc libc6-dev
apt-get install -y --no-install-recommends python3 python3-dev python3-pip gcc zlib1g-dev
pip3 install -U pip pytest
run: |
set -e
Expand Down

0 comments on commit 472a3cf

Please sign in to comment.