Skip to content

Commit

Permalink
Fix alpine auditwheel test
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 17, 2023
1 parent 94d31bf commit fe5007b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ jobs:
- name: Install build requirements
run: |
set -ex
apk add cargo python3-dev libffi-dev py3-pip curl bash tar zstd git patchelf
pip3 install cffi virtualenv
apk add cargo python3-dev libffi-dev py3-pip curl \
bash tar zstd git patchelf py3-cffi py3-virtualenv
- uses: actions/checkout@v4
- name: Fix git permissions
run: git config --global --add safe.directory $GITHUB_WORKSPACE
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
manylinux: ["manylinux_2_24"]
container: quay.io/pypa/${{ matrix.manylinux }}_x86_64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
id: rustup
# Caching
Expand Down

0 comments on commit fe5007b

Please sign in to comment.