Skip to content

Commit d5ce0ee

Browse files
committed
switch away from editable installs in tests
1 parent 0c7e7f2 commit d5ce0ee

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,7 +46,7 @@ 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] --use-pep-517
5050
python -m unittest -v tests.suite
5151
5252
- name: Test (free-threading stress test)

0 commit comments

Comments
 (0)