Skip to content

Commit

Permalink
tidier kluge2
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Sep 19, 2024
1 parent 6e6e1af commit f38cfc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix:
os: [ubuntu-latest]
version: [py310, py311]
gitpath_prepend: [""]
gitpath-prepend: ""
include:
- os: ubuntu-latest
platform: linux
Expand All @@ -46,7 +46,7 @@ jobs:
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:"
gitpath-prepend: "/opt/homebrew/bin:"
steps:
- name: "Checkout"
uses: actions/checkout@v4
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
env:
POST_COMMAND: ${{ matrix.post-command }}
run: |
export PATH=${{ gitpath_prepend }}$PATH
export PATH=${{ matrix.gitpath-prepend }}$PATH
which git
git --version
tox -e ${{ matrix.version }}-${{ matrix.platform }}-test -- ${{ matrix.posargs }}

0 comments on commit f38cfc8

Please sign in to comment.