File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2020 pip install --user -r python/requirements/development.txt
2121 pip install meson --user
2222 # tmp; until we have an msprime package install from here.
23- pip install --user --pre --upgrade tskit
23+ # 0.1.0 is broken, so force 0.1.0a1 for now.
24+ pip install --user --pre tskit==0.1.0a1
2425 pip install --user git+https://github.com/tskit-dev/msprime
2526 echo 'export PATH=/home/circleci/.local/bin:$PATH' >> $BASH_ENV
2627 - save_cache :
6061 python setup.py build_ext
6162 python setup.py egg_info
6263 python setup.py bdist_wheel
63- # TODO This doesn't seem to be installing, fails on bdist_wheel build.
64- # pip install dist/*.tar.gz
64+ pip install dist/*.tar.gz
6565 - run :
6666 name : Compile C
6767 command : |
Original file line number Diff line number Diff line change 11include lib/kastore/c/kastore.h
2+ include lib/tsk*.h
23include LICENSE
34include tskit/_version.py
You can’t perform that action at this time.
0 commit comments