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 1615417 commit 9f84e8aCopy full SHA for 9f84e8a
1 file changed
.github/workflows/wheels.yml
@@ -144,9 +144,9 @@ jobs:
144
run: |
145
python -VV
146
# Install the local wheel
147
- pip install msprime
148
- pip uninstall --yes msprime
149
- pip install msprime --no-index --only-binary msprime -f .
+ pip install numpy newick demes
+ pip install --no-dependencies msprime --no-index --only-binary msprime -f .
+ pip install tskit
150
python -c "import msprime"
151
msp simulate 10 tmp.trees
152
tskit info tmp.trees
0 commit comments