We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3054fee commit 2086b33Copy full SHA for 2086b33
.github/workflows/python.yml
@@ -58,7 +58,7 @@ jobs:
58
mv dist/*.whl "artifacts/${basename}"
59
echo "basename=${basename}" >> $GITHUB_ENV
60
- name: Install
61
- run: pip install --find-links=${{github.workspace}} openslide_python
+ run: pip install -e .
62
- name: Run tests
63
run: pytest -v
64
- name: Tile slide
@@ -112,7 +112,7 @@ jobs:
112
113
114
115
116
117
# Reads OPENSLIDE_PATH
118
0 commit comments