Skip to content

Commit

Permalink
Python workflow: install packages inside the Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
orottier committed Jun 11, 2024
1 parent 392d057 commit ac04097
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,13 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install ALSA and Jack dependencies
run: |
sudo apt-get update && sudo apt-get install -y pkg-config alsa libasound2-dev libjack-jackd2-dev cmake
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --manifest-path python/Cargo.toml
sccache: "true"
before-script-linux: sudo apt-get update && sudo apt-get install -y pkg-config libasound2-dev libjack-jackd2-dev cmake
manylinux: auto
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ac04097

Please sign in to comment.