Skip to content

Commit

Permalink
Debug LHAPDF installation on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jun 28, 2024
1 parent f3b532d commit 9b9b8b6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/cli-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
mingw-w64-ucrt-x86_64-make
autoconf
python3
curl
tar
- uses: actions/setup-python@v5
with:
# WARNING: be careful with the ordering - the last version is the
Expand All @@ -48,10 +50,12 @@ jobs:
3.11
3.12
3.10
- name: Install non-Rust dependencies
- name: Install LHAPDF
run: |
python3 maintainer/install_lhapdf.py || true
cat LHAPDF-6.5.3/config.log
curl "https://lhapdf.hepforge.org/downloads/?f=LHAPDF-6.5.4.tar.gz" | tar xzf -
cd LHAPDF-6.5.4
./configure || true
cat LHAPDF-6.5.4/config.log
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 9b9b8b6

Please sign in to comment.