Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-a-barnes authored Jan 24, 2025
1 parent 49d2db3 commit 1c1eb04
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,12 +332,13 @@ jobs:
echo "----------------------"
echo ${PYTHON_EXEC}
echo "----------------------"
cmake -Bpython_build -Dpython_package=ON
cmake --build build
cmake --install build
mkdir python_build
cd python_build
cmake -G "MinGW Makefiles" -Dpython_package=ON ..
mingw32-make VERBOSE=1
mingw32-make install
cd ..
python -c "import mdi; print(mdi.MDI_PATCH_VERSION)"
env:
PYTHON_EXEC: ${{ env.PYTHON_EXEC }}
- name: Install local build
run: |
Expand Down

0 comments on commit 1c1eb04

Please sign in to comment.