Skip to content

Commit

Permalink
Add clang for numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
hohav committed Jul 8, 2024
1 parent 39f52f0 commit 01da1b8
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 @@ -117,7 +117,7 @@ jobs:
githubToken: ${{ github.token }}
install: |
apt-get update
apt-get install -y --no-install-recommends python3 python3-pip
apt-get install -y --no-install-recommends python3 python3-pip clang
pip3 install -U pip
run: |
pip3 install dist/peppi_py-*.whl --force-reinstall
Expand Down

0 comments on commit 01da1b8

Please sign in to comment.