Skip to content

Commit 5a852cd

Browse files
committed
drop editable install in CI
1 parent 27bf5c5 commit 5a852cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
if: steps.release.outputs.version == 0
4747
run: |
4848
python -m pip install -U pip setuptools wheel
49-
python -m pip install -e .[test]
49+
python -m pip install .[test]
5050
python -m unittest -v tests.suite

0 commit comments

Comments
 (0)