Skip to content

Commit

Permalink
try to "zero out" CPP FLAGS when doing the wheel install
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Dec 1, 2023
1 parent e5bfe88 commit c90cfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
python -m venv venv
source venv/bin/activate
which python
python -m pip install --no-cache-dir ./fwdpy11*-linux*.whl
CPPFLAGS= python -m pip install --no-cache-dir ./fwdpy11*-linux*.whl
python -m fwdpy11 --includes
python -c "import fwdpy11;print(fwdpy11.__version__)"
python -c "import fwdpy11;print(fwdpy11.__file__)"
Expand Down

0 comments on commit c90cfa4

Please sign in to comment.