diff --git a/.github/workflows/macos_x86_64.yaml b/.github/workflows/macos_x86_64.yaml index c0f50658..553efb9a 100644 --- a/.github/workflows/macos_x86_64.yaml +++ b/.github/workflows/macos_x86_64.yaml @@ -73,8 +73,7 @@ jobs: submodules: true - name: Setup cmake run: | - ls -lrt /opt/homebrew/bin/ - /opt/homebrew/bin/brew install cmake + brew install cmake echo "check python3" python3 -c "import sys; print(sys.version)" - name: Get code of Fiona @@ -118,8 +117,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup cmake run: | - ls -lrt /opt/homebrew/bin/ - /opt/homebrew/bin/brew install cmake + brew install cmake echo "check python3" python3 -c "import sys; print(sys.version)" - name: Get code of gdal