Skip to content

Commit

Permalink
v16
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Apr 15, 2024
1 parent 6af7adc commit 4ec822b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,8 @@ jobs:
with:
python-version: '3.x'

- name: Setup ext environment
run: |
EXT_PATH=/usr/local
echo "EXT_PATH=$EXT_PATH" >> $GITHUB_ENV
- name: Install pybind11
run: sudo share/ci/scripts/install_pybind11.sh 2.9.2 $EXT_PATH
run: sudo share/ci/scripts/install_pybind11.sh 2.9.2

- name: Create sdist
# Only create it once.
Expand Down
2 changes: 0 additions & 2 deletions share/ci/scripts/install_pybind11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
set -ex

PYBIND11_VERSION="$1"
INSTALL_TARGET="$2"

git clone https://github.com/pybind/pybind11.git
cd pybind11
Expand All @@ -20,7 +19,6 @@ fi
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release \
${INSTALL_TARGET:+"-DCMAKE_INSTALL_PREFIX="${INSTALL_TARGET}""} \
-DPYBIND11_INSTALL=ON \
-DPYBIND11_TEST=OFF \
../.
Expand Down

0 comments on commit 4ec822b

Please sign in to comment.