Skip to content

Commit 7105866

Browse files
committed
Use pip for the test install
1 parent 8aa76b7 commit 7105866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
pytest -v "${PYTEST_EXTRA[@]}"
3939
4040
# Make sure it installs
41-
python setup.py install
41+
python -m pip install .

0 commit comments

Comments
 (0)