From 3b1b114ae5d9f4f33f26e568ce5807f77ddeddad Mon Sep 17 00:00:00 2001 From: Joshua Charkow Date: Fri, 1 Nov 2024 10:38:03 -0400 Subject: [PATCH] add message why mac tests not present --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c89b9295..e00c4b38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest] # note mac-latest tests fail due to slight differences in images python-version: ["3.12"] steps: - uses: actions/checkout@v4