We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1615417 commit 9a44e57Copy full SHA for 9a44e57
.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