Skip to content

Commit 9a44e57

Browse files
committed
Fix wheels
1 parent 1615417 commit 9a44e57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ jobs:
144144
run: |
145145
python -VV
146146
# Install the local wheel
147-
pip install msprime
148-
pip uninstall --yes msprime
149-
pip install msprime --no-index --only-binary msprime -f .
147+
pip install numpy newick demes
148+
pip install --no-dependencies msprime --no-index --only-binary msprime -f .
149+
pip install tskit
150150
python -c "import msprime"
151151
msp simulate 10 tmp.trees
152152
tskit info tmp.trees

0 commit comments

Comments
 (0)