Skip to content

Commit 2086b33

Browse files
committed
revert back to old install in CI
Signed-off-by: André Pedersen <andrped94@gmail.com>
1 parent 3054fee commit 2086b33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
mv dist/*.whl "artifacts/${basename}"
5959
echo "basename=${basename}" >> $GITHUB_ENV
6060
- name: Install
61-
run: pip install --find-links=${{github.workspace}} openslide_python
61+
run: pip install -e .
6262
- name: Run tests
6363
run: pytest -v
6464
- name: Tile slide
@@ -112,7 +112,7 @@ jobs:
112112
mv dist/*.whl "artifacts/${basename}"
113113
echo "basename=${basename}" >> $GITHUB_ENV
114114
- name: Install
115-
run: pip install --find-links=${{github.workspace}} openslide_python
115+
run: pip install -e .
116116
- name: Run tests
117117
# Reads OPENSLIDE_PATH
118118
run: pytest -v

0 commit comments

Comments
 (0)