File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ jobs:
225225 secrets : inherit
226226
227227 tests-retro :
228- name : " Test DPF ${{ matrix.dpf. version }} compatibility"
228+ name : " Test DPF ${{ matrix.version }} compatibility"
229229 if : |
230230 github.event.action != 'closed' &&
231231 (github.event.action != 'labeled' || github.event.label.name == 'deploy-pr-doc') &&
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 secrets : inherit
127127
128128 tests-retro :
129- name : " Test DPF ${{ matrix.dpf. version }} compatibility"
129+ name : " Test DPF ${{ matrix.version }} compatibility"
130130 strategy :
131131 fail-fast : false
132132 matrix :
@@ -141,7 +141,7 @@ jobs:
141141 secrets : inherit
142142
143143 tests-pydpf-post :
144- name : " Test PyDPF-Post with ${{ matrix.dpf. version}}"
144+ name : " Test PyDPF-Post with ${{ matrix.version}}"
145145 strategy :
146146 fail-fast : false
147147 matrix :
You can’t perform that action at this time.
0 commit comments