Skip to content

Commit 10d6ab5

Browse files
authored
Merge pull request #1747 from zm711/final-plexon2cron-fix
Fix Plexon2 Cron: Remove Windows from Cron job
2 parents 7e1f8f7 + 80c35ff commit 10d6ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plexon2-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: true
1515
matrix:
16-
os: [windows-latest, ubuntu-latest]
16+
os: [ubuntu-latest]
1717
python-version: ['3.9', '3.12']
1818
numpy-version: ['1.26', '2.0']
1919
defaults:

0 commit comments

Comments
 (0)