Skip to content

Commit

Permalink
remove windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiswolf committed Aug 12, 2024
1 parent 0dadf48 commit 736f935
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
# os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest]
python: ["3.11", "3.12"]

steps:
Expand All @@ -60,10 +61,6 @@ jobs:

- name: Install python dependencies
run: pipenv install -d --python ${{ matrix.python }}

- name: Install OS specific python dependencies
if: ${{ matrix.os == 'windows-latest' }}
run: pipenv run pip install soundfile

- name: Build CPP
run: pipenv run build
Expand Down

0 comments on commit 736f935

Please sign in to comment.