File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,15 +137,8 @@ jobs:
137137 strategy :
138138 fail-fast : false
139139 matrix :
140- os : [ubuntu, windows ]
140+ os : [ubuntu]
141141 pixi-environment : [test]
142- include :
143- - os : ubuntu
144- pixi-environment : " test-py311"
145- - os : ubuntu
146- pixi-environment : " test-py313"
147- - os : ubuntu
148- pixi-environment : " test-minimum"
149142 steps :
150143 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
151144 with :
@@ -191,7 +184,7 @@ jobs:
191184 if : ${{ always() }} # Always run this step, even if tests fail
192185 uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
193186 with :
194- name : Unittest report ${{ matrix.os }}-${{ matrix.pixi-environment }}
187+ name : Flaky unittest report ${{ matrix.os }}-${{ matrix.pixi-environment }}
195188 path : ${{ env.COVERAGE_REPORT }}
196189 integration-test :
197190 name : " Integration: ${{ matrix.os }} | pixi run -e ${{ matrix.pixi-environment }} tests-notebooks"
You can’t perform that action at this time.
0 commit comments