Skip to content

Commit 1cac849

Browse files
authored
PyDPF-Core tests on release are not requirements, just info (#1081)
1 parent 1202d6c commit 1cac849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
draft_release:
182182
name: "Draft Release"
183183
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
184-
needs: [style, tests, docs, examples, retro_232, retro_231, retro_222, retro_221, gate, pydpf-post_241, pydpf-post_232, pydpf-post_231, pydpf-post_222, pydpf-post_221, docker_tests]
184+
needs: [style, tests, docs, examples, retro_232, retro_231, retro_222, retro_221, gate, docker_tests]
185185
runs-on: ubuntu-latest
186186
steps:
187187
- name: "Set up Python"

0 commit comments

Comments
 (0)