Skip to content

Commit 7145ea5

Browse files
committed
WIP: CI: test --editable installation
1 parent d12f60f commit 7145ea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Python package
2929
working-directory: git-repo
3030
run: |
31-
python -m pip install .
31+
python -m pip install --editable .
3232
- name: Run tests
3333
run: |
3434
python -m sounddevice

.github/workflows/sounddevice-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Python package
3333
working-directory: git-repo
3434
run: |
35-
python -m pip install .
35+
python -m pip install --editable .
3636
- name: Import module
3737
run: |
3838
python -m sounddevice

0 commit comments

Comments
 (0)