diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 5f11b1b19d8..8e619be32d6 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -70,9 +70,6 @@ jobs: # it doesn't work run: git config --global --add safe.directory /__w/velox/velox - - name: Install cmake - run: python3 -m pip install cmake==3.28.3 - - name: Install Dependencies run: | # Allows to install arbitrary cuda-version whithout needing to update diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 4da7001a29f..6be6d70b97b 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -197,7 +197,6 @@ jobs: env: EXTRA_CMAKE_FLAGS: "-DVELOX_ENABLE_ARROW=ON -DVELOX_BUILD_PYTHON_PACKAGE=ON ${{ inputs.extraCMakeFlags }}" run: | - python3 -m pip install cmake==3.28.3 EXTRA_CMAKE_FLAGS="-DPYTHON_EXECUTABLE=$(which python3) $EXTRA_CMAKE_FLAGS" make debug