Skip to content

Commit 7e1f8f7

Browse files
authored
Merge pull request #1732 from zm711/fix-plexon2-action
Plexon2IO: tweak plexon2 action
2 parents 44b7275 + 0a93fc7 commit 7e1f8f7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/plexon2-testing.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@ name: NeoPlexon2Test
22

33
on:
44
workflow_dispatch:
5-
schedule:
6-
- cron: "0 12 * * 0" # weekly at noon UTC on Sundays
5+
schedule:
6+
- cron: "0 12 * * 0" # weekly at noon UTC on Sundays
77

88

99
jobs:
1010
build-and-test:
11-
name: Test on (${{ inputs.os }}) (${{ matrix.python-version}}) (${{ matrix.numpy-version }})
12-
runs-on: ${{ inputs.os }}
11+
name: Test on (${{ matrix.os }}) (${{ matrix.python-version}}) (${{ matrix.numpy-version }})
12+
runs-on: ${{ matrix.os }}
1313
strategy:
1414
fail-fast: true
1515
matrix:
16+
os: [windows-latest, ubuntu-latest]
1617
python-version: ['3.9', '3.12']
1718
numpy-version: ['1.26', '2.0']
1819
defaults:

0 commit comments

Comments
 (0)