Skip to content

Commit b0d50f9

Browse files
and yet even more yaml lint
1 parent 218dffb commit b0d50f9

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/cibuildwheel.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,13 @@ jobs:
5555
echo "VCPKG_INSTALLATION_ROOT=$VCPKG_INSTALLATION_ROOT"
5656
echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV
5757
echo "CMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake" >> $GITHUB_ENV
58-
<<<<<<< HEAD
5958
echo $CMAKE_BINARY_DIR
6059
# echo "where vcpkg" >> VCPKG_ROOT
6160
echo $VCPKG_ROOT
6261
- name: Setup deps (Windows)
6362
if: runner.os == 'Windows'
6463
run: |
6564
# why not put the vcpkg.json in the repo?
66-
=======
67-
- name: Setup deps (Windows)
68-
if: runner.os == 'Windows'
69-
run: |
70-
# why not have the vcpkg.json committed to the repo?
71-
>>>>>>> refs/remotes/origin/scikit_build
7265
vcpkg new --application
7366
vcpkg add port pkgconf vcpkg-cmake vcpkg-cmake-config libgd
7467
- uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)