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 c2fdfa8 commit 1b444e0Copy full SHA for 1b444e0
.github/workflows/test-and-publish.yaml
@@ -205,7 +205,7 @@ jobs:
205
if: ${{ matrix.os != 'windows-2019' }}
206
# TODO (Caleb Aikens) figure out how to get Windows core dumps
207
with:
208
- name: cores
+ name: cores-${{ matrix.os }}-${ matrix.python_version }
209
path: /cores
210
# Enable tmate debugging of manually-triggered workflows if the input option was provided
211
- name: SSH debug session
0 commit comments