Skip to content

Commit

Permalink
so the path is ./, huh??
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Apr 4, 2024
1 parent 467b054 commit defcae9
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 @@ -162,7 +162,7 @@ jobs:
# The flags are also too strict for tskit to build under Py 3.12
ls
ls dist
CPPFLAGS= python -m pip install --no-cache-dir dist/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 defcae9

Please sign in to comment.