Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Dec 3, 2024
1 parent 4cbbae3 commit 2744e87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/create-soundcard/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ runs:
if: ${{ runner.os == 'macOS' }}
shell: bash
run: |
set -exo pipefail
brew install blackhole-2ch switchaudio-osx
SwitchAudioSource -s "BlackHole 2ch" -t input
SwitchAudioSource -s "BlackHole 2ch" -t output
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: astral-sh/setup-uv@v4
- run: uv pip install --quiet --system .[test]
- run: python -m sounddevice
- run: stimuli sys-info --developer
- run: pytest stimuli --cov=stimuli --cov-report=xml --cov-config=pyproject.toml
- uses: codecov/codecov-action@v5
Expand Down

0 comments on commit 2744e87

Please sign in to comment.