Skip to content

Commit

Permalink
MAINT: Get CIs green (#13)
Browse files Browse the repository at this point in the history
* FIX: v4

* MAINT: Get green

* FIX: More
  • Loading branch information
larsoner authored Apr 18, 2024
1 parent 254c3f5 commit b9c4f3c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ jobs:
name: ${{ matrix.os }} ${{ matrix.python}}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04, windows-2022, windows-2019, macos-12, macos-11]
python: ['3.8', '3.10']
python: ['3.10']
defaults:
run:
shell: bash -e {0}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
name: Setup python
Expand Down
2 changes: 1 addition & 1 deletion linux/setup_sound.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

sudo apt update
sudo apt install -y pulseaudio libportaudio2 dbus-x11
sudo apt install -y pulseaudio libportaudio2 dbus-x11 libasound-dev
dbus-launch pulseaudio --start

0 comments on commit b9c4f3c

Please sign in to comment.