We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81578f2 commit 28d6d64Copy full SHA for 28d6d64
.github/workflows/test.yml
@@ -22,19 +22,15 @@ jobs:
22
os:
23
- ubuntu-22.04
24
steps:
25
- - name: Setup python for tox
26
- uses: actions/setup-python@v4
27
- with:
28
- python-version: ${{ matrix.py }}
29
- - name: Install tox
30
- run: python -m pip install tox
31
- uses: actions/checkout@v3
32
with:
33
fetch-depth: 0
34
- name: Setup python for test ${{ matrix.py }}
35
uses: actions/setup-python@v4
36
37
python-version: ${{ matrix.py }}
+ - name: Install tox
+ run: python -m pip install tox
38
- name: Setup test suite
39
run: |
40
sudo apt-get update && sudo apt-get install -y portaudio19-dev
0 commit comments