From 16f3920dfbce377608924cd668b66047a28babde Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 24 Jun 2024 12:05:59 -0400 Subject: [PATCH] FIX: More --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 364ac36b..89181029 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: kind: 'old' python: '3.8' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: LABSN/sound-ci-helpers@v1 - uses: pyvista/setup-headless-display-action@main with: @@ -53,9 +53,11 @@ jobs: fi name: Set env vars shell: bash - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} + - run: brew install ffmpeg + if: runner.os == 'macOS' - run: python -m pip install --upgrade pip setuptools wheel sounddevice - run: python -m pip install --upgrade --only-binary="sounddevice,rtmixer,scipy,matplotlib,pandas,numpy" sounddevice rtmixer "pyglet<1.6" scipy matplotlib pandas h5py mne numpydoc pillow joblib if: ${{ matrix.kind == 'pip' }}