We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4a51b commit fcd10caCopy full SHA for fcd10ca
.github/workflows/tests.yml
@@ -25,6 +25,15 @@ jobs:
25
ci-py312-latest-keras,
26
ci-py312-latest-tensorflow
27
]
28
+ exclude:
29
+ - os: windows-latest
30
+ environment: ci-py310-min-keras
31
32
+ environment: ci-py310-min-tensorflow
33
34
+ environment: ci-py312-latest-keras
35
36
+ environment: ci-py312-latest-tensorflow
37
runs-on: ${{ matrix.os }}
38
steps:
39
- uses: actions/checkout@v4
@@ -37,7 +46,7 @@ jobs:
46
frozen: true
47
48
- name: Run tests
40
- run: pixi run -e ${{ matrix.environment }} test -n 3
49
+ run: pixi run -e ${{ matrix.environment }} test -n auto
41
50
42
51
- name: Upload coverage reports to Codecov
43
52
uses: codecov/[email protected]
0 commit comments