Skip to content

Commit cd7434b

Browse files
authored
Update short_test.yml
removed windows check
1 parent 09afa3a commit cd7434b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/short_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77

88
jobs:
99
test:
10-
runs-on: [ubuntu-latest, windows-latest]
10+
runs-on: [ubuntu-latest]
1111
defaults:
1212
run:
1313
working-directory: ./
1414
strategy:
1515
matrix:
16-
python-version: [3.8, 3.12]
16+
python-version: [3.12]
1717

1818
env:
1919
NFAK: "1"

0 commit comments

Comments
 (0)