Skip to content

Commit

Permalink
updated build wheels script
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Mar 1, 2024
1 parent 2645aa8 commit 652dbfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
run: cibuildwheel --platform linux --output-dir wheelhouse
env:
CIBW_BUILD_VERBOSITY: "1"
CIBW_BEFORE_BUILD: |
yum install -y wget
bash .github/workflows/scripts/install_boost.sh
CIBW_ENVIRONMENT: BOOST_ROOT="/project/boost_1_82_0"
#CIBW_BEFORE_BUILD: |
# yum install -y wget
# bash .github/workflows/scripts/install_boost.sh
#CIBW_ENVIRONMENT: BOOST_ROOT="/project/boost_1_82_0"

- name: Upload to PyPI
env:
Expand Down

0 comments on commit 652dbfb

Please sign in to comment.