Skip to content

Commit 217dfa2

Browse files
committed
upgrade pip
1 parent c742b92 commit 217dfa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-versions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
- name: Install Python package
2929
working-directory: git-repo
3030
run: |
31-
python -m pip install .
31+
python -m pip install --upgrade pip
32+
python -m pip install --group test .
3233
- name: Run tests
3334
run: |
3435
python -m sounddevice

0 commit comments

Comments
 (0)