Skip to content

Commit 420f2ae

Browse files
Use short python version on main
1 parent 4c4f2ca commit 420f2ae

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/primer_run_main.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ jobs:
107107
uses: actions/upload-artifact@v4.0.0
108108
with:
109109
name:
110-
primer_output_main_${{ steps.python.outputs.python-version }}_batch${{
111-
matrix.batchIdx }}
110+
primer_output_main_${{ matrix.python-version }}_batch${{ matrix.batchIdx }}
112111
path: >-
113-
tests/.pylint_primer_tests/output_${{ steps.python.outputs.python-version
114-
}}_main_batch${{ matrix.batchIdx }}.txt
112+
tests/.pylint_primer_tests/output_${{ matrix.python-version }}_main_batch${{
113+
matrix.batchIdx }}.txt

0 commit comments

Comments
 (0)