Skip to content

Commit a6e124c

Browse files
authored
Merge pull request #348 from h-mayorquin/test_on_non_editable_package
Tests on non-editable package
2 parents 43ccfcb + d922772 commit a6e124c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/full_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install package
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install -e .[test]
26+
pip install .[test]
2727
- name: Pytest
2828
run: |
2929
pytest --cov=probeinterface --cov-report xml:./coverage.xml

0 commit comments

Comments
 (0)