Skip to content

Commit

Permalink
run basic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Apr 4, 2024
1 parent 5ae268e commit 4b4016a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ jobs:
python -m venv venv
source venv/bin/activate
python -m pip install --no-cache-dir --only-binary=fwdpy11 --pre --find-links . fwdpy11
python -m fwdpy11 --includes
python -c "import fwdpy11;print(fwdpy11.__version__)"
python -c "import fwdpy11;print(fwdpy11.__file__)"
upload_to_PyPI:
name: Upload to PyPI
Expand Down

0 comments on commit 4b4016a

Please sign in to comment.