Skip to content

Commit 28d6d64

Browse files
authored
build: remove redundant Python setup in test workflow (#157)
1 parent 81578f2 commit 28d6d64

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,15 @@ jobs:
2222
os:
2323
- ubuntu-22.04
2424
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
3125
- uses: actions/checkout@v3
3226
with:
3327
fetch-depth: 0
3428
- name: Setup python for test ${{ matrix.py }}
3529
uses: actions/setup-python@v4
3630
with:
3731
python-version: ${{ matrix.py }}
32+
- name: Install tox
33+
run: python -m pip install tox
3834
- name: Setup test suite
3935
run: |
4036
sudo apt-get update && sudo apt-get install -y portaudio19-dev

0 commit comments

Comments
 (0)