Skip to content

Commit

Permalink
Install tomli_w before attempting build
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider committed Jan 18, 2025
1 parent 8089587 commit 9fd2342
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/wheels/cibw_before_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ fi

pip install scikit-build-core

pip install tomli-w

if [[ $RUNNER_OS == "Linux" || $RUNNER_OS == "macOS" ]]; then
mkdir -p $CI_DOWNLOAD_PATH
cd $CI_DOWNLOAD_PATH
Expand Down

0 comments on commit 9fd2342

Please sign in to comment.