We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769afb5 commit 16b3984Copy full SHA for 16b3984
1 file changed
.github/workflows/main.yml
@@ -8,16 +8,16 @@ jobs:
8
matrix:
9
include:
10
- os: ubuntu-latest
11
- python-version: 3.9
+ python-version: "3.10"
12
jack: jackd2
13
14
- python-version: 3.6
+ python-version: "3.6"
15
16
17
18
jack: jackd1
19
- os: macos-latest
20
21
runs-on: ${{ matrix.os }}
22
steps:
23
- name: Install JACK on Ubuntu
@@ -56,7 +56,7 @@ jobs:
56
- name: Set up Python
57
uses: actions/setup-python@v1
58
with:
59
60
- name: Double-check Python version
61
run: |
62
python --version
0 commit comments