Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Dec 1, 2023
1 parent c90cfa4 commit c8d23bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ jobs:
python -m venv venv
source venv/bin/activate
which python
# The CPPFLAGS contain stuff for C++ that makes no sense for C.
# The flags are also too strict for tskit to build under Py 3.12
CPPFLAGS= python -m pip install --no-cache-dir ./fwdpy11*-linux*.whl
python -m fwdpy11 --includes
python -c "import fwdpy11;print(fwdpy11.__version__)"
Expand Down

0 comments on commit c8d23bc

Please sign in to comment.