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 dde8cc1 commit 0455fbf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,6 @@ jobs:
where sh > sh_loc.txt
powershell -command "cat sh_loc.txt | rm"
- name: Get Python Version
run: echo "PYTHON_VERSION=$(python -c 'import sys; print(f\"{sys.version_info[0]}.{sys.version_info[1]}.{sys.version_info[2]}\")')" >> $GITHUB_ENV

- name: Get Python Path
run: echo "PYTHON_EXEC=$(cygpath -w $(which python) | sed 's|\\|/|g')" >> $GITHUB_ENV

Expand All @@ -335,7 +332,7 @@ jobs:
echo ${PYTHON_EXEC}
mkdir python_build
cd python_build
cmake -G "MinGW Makefiles" -Dpython_version=${python_version} -Dpython_package=ON ..
cmake -G "MinGW Makefiles" -DPython_EXECUTABLE=${PYTHON_EXEC} -Dpython_package=ON ..
mingw32-make VERBOSE=1
mingw32-make install
cd ..
Expand Down

0 comments on commit 0455fbf

Please sign in to comment.