Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeguzzi committed Sep 24, 2024
1 parent f70d584 commit 363c834
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- run: pip install colcon-common-extensions wheel libclang repairwheel
- if: runner.os != 'Windows'
run: |
- run: |
git clone https://github.com/jeguzzi/pybind11_mkdoc.git --branch rst src/pybind11_mkdoc
cd src/pybind11_mkdoc
pip install .
Expand Down Expand Up @@ -120,7 +119,7 @@ jobs:
install\setup.ps1
cd src\navground\navground_py
python setup.py bdist_wheel
repairwheel -o ..\..\dist dist\*.whl
for /f %f in ('dir /b dist') do repairwheel -o ..\..\dist dist\%f
- name: build wheel
if: runner.os != 'Windows'
run: |
Expand Down

0 comments on commit 363c834

Please sign in to comment.