Skip to content

Commit

Permalink
FIX: Maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 24, 2024
1 parent 33eee50 commit 1cc5af4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
shell: bash -el {0}
strategy:
matrix:
os: ['ubuntu-22.04', 'windows-2019']
os: ['ubuntu-22.04']
kind: ['pip']
python: ['3.12']
include:
Expand All @@ -31,6 +31,9 @@ jobs:
- os: 'macos-13' # intel
kind: 'conda'
python: '3.12'
- os: 'windows-latest'
kind: 'pip'
python: '3.11'
- os: 'ubuntu-20.04'
kind: 'old'
python: '3.8'
Expand Down Expand Up @@ -76,9 +79,6 @@ jobs:
- run: python -m pip install --upgrade pip setuptools wheel sounddevice "pyglet<1.5.28"
- run: python -m pip install --upgrade --only-binary="rtmixer,scipy,matplotlib,pandas,numpy" rtmixer pyglet-ffmpeg scipy matplotlib pandas h5py mne numpydoc pillow joblib
if: matrix.kind == 'pip'
# TODO: Need to update Windows for NumPy 2 repr probably
- run: python -m pip install "numpy<2"
if: runner.os == 'Windows'
# arm64 has issues with rtmixer / PortAudio
- run: python -m pip install --only-binary="rtmixer" rtmixer
if: matrix.kind == 'conda' && matrix.os != 'macos-latest'
Expand Down

0 comments on commit 1cc5af4

Please sign in to comment.