Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit c19c4a5

Browse files
update push workflow
1 parent f268fa3 commit c19c4a5

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- main
1111

1212
jobs:
13-
tests-ubuntu:
13+
tests:
1414
uses: ./.github/workflows/test.yml
1515
strategy:
1616
fail-fast: false
@@ -19,16 +19,6 @@ jobs:
1919
with:
2020
os: ubuntu-latest
2121
pyVersion: ${{ matrix.pyVersion }}
22-
23-
tests-windows:
24-
uses: ./.github/workflows/test.yml
25-
strategy:
26-
fail-fast: false
27-
matrix:
28-
pyVersion: [ '3.9', '3.10', '3.11', '3.12' ]
29-
with:
30-
os: windows-latest
31-
pyVersion: ${{ matrix.pyVersion }}
3222

3323
fmt:
3424
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)