Skip to content

Commit

Permalink
Fix circleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Jeffery committed Jul 8, 2024
1 parent a716c95 commit 27bf8e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,12 @@ jobs:
- run:
name: Install from the distribution tarball
command: |
mkdir installtest
cd installtest
python -m venv venv
source venv/bin/activate
pip install --upgrade setuptools pip
pip install dist/*.tar.gz
pip install ../dist/*.whl
python -c 'import msprime; print(msprime.__version__)'
# We should still be able to import without the newick module
Expand Down

0 comments on commit 27bf8e5

Please sign in to comment.