From a0235e04b56b3c76ea393d3cd492416b35e73c5f Mon Sep 17 00:00:00 2001 From: Joshua Charkow Date: Thu, 21 Nov 2024 12:46:12 -0500 Subject: [PATCH] add tests for windows and mac --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85a120e..37edb05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] - #os: [ubuntu-latest, windows-latest, macos-latest] # remove mac tests + os: [ubuntu-latest, windows-latest, macos-latest] # Requirements file generated with python=3.11 python-version: ["3.11"] steps: