From 8f36db471c497e008d164732c4d74149e715ad3d Mon Sep 17 00:00:00 2001 From: Carsen Stringer Date: Wed, 27 Nov 2024 14:09:51 -0500 Subject: [PATCH] removing mac / windows tests --- facemap/.github/workflows/test_and_deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/facemap/.github/workflows/test_and_deploy.yml b/facemap/.github/workflows/test_and_deploy.yml index 1fb3ff4..60431b9 100755 --- a/facemap/.github/workflows/test_and_deploy.yml +++ b/facemap/.github/workflows/test_and_deploy.yml @@ -20,7 +20,8 @@ jobs: runs-on: ${{ matrix.platform }} strategy: matrix: - platform: [ubuntu-latest, windows-latest, macos-latest] + platform: [ubuntu-latest] + #, windows-latest, macos-latest] python-version: [3.8, 3.9, "3.10"] steps: