Skip to content

Commit

Permalink
Install Python headers for numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
hohav committed Jul 9, 2024
1 parent d5b4dfb commit d49cb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
githubToken: ${{ github.token }}
install: |
apt-get update
apt-get install -y --no-install-recommends python3 python3-pip make cmake clang
apt-get install -y --no-install-recommends python3 python3-pip python3-dev make cmake clang
pip3 install -U pip
run: |
pip3 install dist/peppi_py-*.whl --force-reinstall
Expand Down

0 comments on commit d49cb42

Please sign in to comment.