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 921c342 commit b63a351Copy full SHA for b63a351
1 file changed
.github/workflows/python-package.yml
@@ -127,13 +127,13 @@ jobs:
127
if: failure()
128
uses: actions/upload-artifact@v4
129
with:
130
- name: failed_notebook_${{ github.run_id }}
+ name: failed_notebook_${{ matrix.os }}_${{ matrix.python-version }}
131
path: notebook.tex
132
133
- name: Upload pdf
134
135
136
- name: test_output_${{ github.run_id }}
+ name: test_output_${{ matrix.os }}_${{ matrix.python-version }}
137
path: tests/test_output
138
139
publish:
0 commit comments