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 4c4f2ca commit 420f2aeCopy full SHA for 420f2ae
.github/workflows/primer_run_main.yaml
@@ -107,8 +107,7 @@ jobs:
107
uses: actions/upload-artifact@v4.0.0
108
with:
109
name:
110
- primer_output_main_${{ steps.python.outputs.python-version }}_batch${{
111
- matrix.batchIdx }}
+ primer_output_main_${{ matrix.python-version }}_batch${{ matrix.batchIdx }}
112
path: >-
113
- tests/.pylint_primer_tests/output_${{ steps.python.outputs.python-version
114
- }}_main_batch${{ matrix.batchIdx }}.txt
+ tests/.pylint_primer_tests/output_${{ matrix.python-version }}_main_batch${{
+ matrix.batchIdx }}.txt
0 commit comments