From bb79fc494be4910a72008c98d01d55f5f9c4397f Mon Sep 17 00:00:00 2001 From: Martin Yeo Date: Fri, 27 Sep 2024 18:34:41 +0100 Subject: [PATCH] Revert SciTools/cf-units#464. --- .github/workflows/ci-tests.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index f8ac9424..9d550180 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -33,7 +33,6 @@ jobs: matrix: os: [ubuntu-latest] version: [py310, py311, py312] - gitpath-prepend: [""] include: - os: ubuntu-latest platform: linux @@ -44,9 +43,6 @@ jobs: - os: macos-latest version: py312 platform: osx - # On macos, the up-to-date git may not be first on the path - # N.B. setting includes a final ":", to simplify the path setting command - gitpath-prepend: "/opt/homebrew/bin:" steps: - name: "Checkout" uses: actions/checkout@v4 @@ -112,7 +108,4 @@ jobs: env: POST_COMMAND: ${{ matrix.post-command }} run: | - export PATH=${{ matrix.gitpath-prepend }}$PATH - which git - git --version tox -e ${{ matrix.version }}-${{ matrix.platform }}-test -- ${{ matrix.posargs }}