Skip to content

Commit

Permalink
Python wheel: try hotfix linking prob
Browse files Browse the repository at this point in the history
  • Loading branch information
tmi committed Feb 28, 2025
1 parent b99d67b commit 628da42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ on:
jobs:
python-wrapper-wheel:
name: Python Wrapper Wheel
uses: ecmwf-actions/reusable-workflows/.github/workflows/python-wrapper-wheel.yml@main
uses: ecmwf-actions/reusable-workflows/.github/workflows/python-wrapper-wheel.yml@act/pyWrapWheel/dockerUser
secrets: inherit
1 change: 1 addition & 0 deletions python_wrapper/buildconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ NAME="atlas"
CMAKE_PARAMS="-Deckit_ROOT=/tmp/atlas/prereqs/eckitlib -DQhull_ROOT=/tmp/qhull/target -DENABLE_TESSELATION=1"
PYPROJECT_DIR="python_wrapper"
DEPENDENCIES='["eckitlib"]'
PIP_INSTALL_PACKAGES='eckitlib==1.28.dev6' # TODO remove after eckitlib properly released

0 comments on commit 628da42

Please sign in to comment.