From 07f3e4308c5abaf9c4e9c0038c96d99bf90ee3aa Mon Sep 17 00:00:00 2001 From: Joshua Charkow Date: Thu, 26 Sep 2024 13:15:50 -0400 Subject: [PATCH] test: remove mac os because slight differences remove mac os testing because plotly has slight differences --- .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 d848525d..c5303942 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, macos-latest] + os: [ubuntu-latest, windows-latest] python-version: ["3.12"] steps: - uses: actions/checkout@v4