Skip to content

Commit

Permalink
[python] Fix placement of apt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Dec 29, 2023
1 parent 0324240 commit 43f425f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
with:
python-version: "3.11"

- name: Install openssl (for IPC Perl bug)
run: apt update -y && apt-get install -y libssl-dev openssl pkg-config

- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand All @@ -42,6 +39,7 @@ jobs:
sccache: 'true'
manylinux: auto
working-directory: anise-py
before-script-linux: apt-get update -y && apt-get install -y libssl-dev openssl pkg-config

- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 43f425f

Please sign in to comment.