We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f80cf2 commit 141eef0Copy full SHA for 141eef0
.github/workflows/wheels.yml
@@ -154,7 +154,7 @@ jobs:
154
run: |
155
python -VV
156
# Install the local wheel
157
- pip install tskit --only-binary tskit -f .
+ pip install dist/tskit-*.whl
158
python -c "import tskit"
159
160
windows-test:
@@ -177,7 +177,7 @@ jobs:
177
178
179
180
181
182
183
manylinux-test:
@@ -199,7 +199,7 @@ jobs:
199
200
201
202
203
204
205
0 commit comments