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 4764b3d commit 5f74f12Copy full SHA for 5f74f12
.github/workflows/ci.yaml
@@ -152,7 +152,7 @@ jobs:
152
if: always()
153
uses: actions/upload-artifact@v5
154
with:
155
- name: Test results for OS ${{ runner.os }} | pixi-env -${{ matrix.pixi-env }}
+ name: Test results for OS ${{ runner.os }} pixi-env -${{ matrix.pixi-env }}
156
path: pytest.xml
157
158
- name: Upload code coverage to Codecov
0 commit comments