Skip to content

Commit 78a807f

Browse files
committed
Fix retro test naming
1 parent 2172a8b commit 78a807f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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') &&

.github/workflows/ci_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)