Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 10, 2024
1 parent 9085abf commit b019d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
run: |
brew install fluid-synth
echo "DYLD_LIBRARY_PATH=$(brew --prefix fluid-synth)/lib/" >> $GITHUB_ENV
- if: runner.os == 'Windows'
run: choco install fluidsynth
- run: python -m pip install --upgrade pip
- run: pip install pyaudio
- run: pip install --editable .
- if: runner.os == 'Windows'
run: choco install fluidsynth
- shell: python
run: |
import fluidsynth
Expand Down

0 comments on commit b019d0c

Please sign in to comment.