Skip to content

Commit

Permalink
ci: add python3-dev and pkgconf to weird linux builds
Browse files Browse the repository at this point in the history
gee I wish I could test this before I push it...maybe I'll go learn docker someday
  • Loading branch information
denehoffman committed Dec 4, 2024
1 parent c05c436 commit 1a91b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
githubToken: ${{ github.token }}
install: |
apt-get update
apt-get install -y --no-install-recommends python3 git clang python3-pip
apt-get install -y --no-install-recommends python3 git clang python3-pip pkgconf python3-dev
pip3 install -U pip pytest
run: |
set -e
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
distro: alpine_latest
githubToken: ${{ github.token }}
install: |
apk add git clang py3-virtualenv
apk add git clang py3-virtualenv pkgconf python3-dev
run: |
set -e
python3 -m virtualenv .venv
Expand Down

0 comments on commit 1a91b35

Please sign in to comment.