Skip to content

Commit 8f36db4

Browse files
removing mac / windows tests
1 parent e824386 commit 8f36db4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

facemap/.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
runs-on: ${{ matrix.platform }}
2121
strategy:
2222
matrix:
23-
platform: [ubuntu-latest, windows-latest, macos-latest]
23+
platform: [ubuntu-latest]
24+
#, windows-latest, macos-latest]
2425
python-version: [3.8, 3.9, "3.10"]
2526

2627
steps:

0 commit comments

Comments
 (0)