Skip to content

Commit

Permalink
Disable LHAPDF Python CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jun 28, 2024
1 parent 1605829 commit aa6e70f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cli-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
run: |
curl "https://lhapdf.hepforge.org/downloads/?f=LHAPDF-6.5.4.tar.gz" | tar xzf -
cd LHAPDF-6.5.4
./configure || true
# compiling with Python gives errors, but we also don't need Python
./configure --disable-python || true
cat config.log
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit aa6e70f

Please sign in to comment.