Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
matrix:
os: [ubuntu-latest]
version: [py310, py311, py312]
gitpath-prepend: [""]
include:
- os: ubuntu-latest
platform: linux
Expand All @@ -42,9 +41,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
Expand Down Expand Up @@ -108,9 +104,6 @@ jobs:

- name: "Run ${{ matrix.os }} on ${{ matrix.version}} tests"
run: |
export PATH=${{ matrix.gitpath-prepend }}$PATH
which git
git --version
tox -e ${{ matrix.version }}-${{ matrix.platform }}-test -- ${{ matrix.posargs }}

- name: "Upload coverage report to Codecov"
Expand Down
Loading