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 d12f60f commit 7145ea5Copy full SHA for 7145ea5
.github/workflows/python-versions.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install Python package
29
working-directory: git-repo
30
run: |
31
- python -m pip install .
+ python -m pip install --editable .
32
- name: Run tests
33
34
python -m sounddevice
.github/workflows/sounddevice-data.yml
@@ -32,7 +32,7 @@ jobs:
35
36
- name: Import module
37
38
0 commit comments