Skip to content

Commit

Permalink
install into container
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Mar 22, 2024
1 parent 1e282bb commit 7f0957a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/python-core-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,15 @@ jobs:
python-version: 3.8
architecture: x64

- name: Install openssl
run: |
sudo apt-get update
sudo apt-get install libssl-dev
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
manylinux: auto
args: --release --out dist -m python/core/Cargo.toml
before-script-linux: |
sudo apt-get update
sudo apt-get install --yes --upgrade build-essential cmake protobuf-compiler libssl-dev glibc-source musl-tools
- name: Install built wheel
if: matrix.target == 'x86_64'
Expand Down

0 comments on commit 7f0957a

Please sign in to comment.