Skip to content

Commit

Permalink
CI: Workaround: Generate _soundfile.py explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint authored Nov 6, 2023
1 parent 3040e6e commit 33cecac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
architecture: ${{ matrix.architecture }}
- name: Install requirements
run: pip install numpy pytest
- name: "Workaround: Generate _soundfile.py explicitly"
run: python soundfile_build.py
- name: Install editable package
run: pip install --editable . --verbose
- name: Run tests
Expand Down

0 comments on commit 33cecac

Please sign in to comment.