Skip to content

Commit fcd10ca

Browse files
committed
exclude windows for keras and tensorflow
1 parent 6a4a51b commit fcd10ca

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ jobs:
2525
ci-py312-latest-keras,
2626
ci-py312-latest-tensorflow
2727
]
28+
exclude:
29+
- os: windows-latest
30+
environment: ci-py310-min-keras
31+
- os: windows-latest
32+
environment: ci-py310-min-tensorflow
33+
- os: windows-latest
34+
environment: ci-py312-latest-keras
35+
- os: windows-latest
36+
environment: ci-py312-latest-tensorflow
2837
runs-on: ${{ matrix.os }}
2938
steps:
3039
- uses: actions/checkout@v4
@@ -37,7 +46,7 @@ jobs:
3746
frozen: true
3847

3948
- name: Run tests
40-
run: pixi run -e ${{ matrix.environment }} test -n 3
49+
run: pixi run -e ${{ matrix.environment }} test -n auto
4150

4251
- name: Upload coverage reports to Codecov
4352
uses: codecov/[email protected]

0 commit comments

Comments
 (0)