File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 9898 env :
9999 PYVISTA_OFF_SCREEN : true
100100 steps :
101- - name : Check output
102- run : |
103- echo "skip_dms value is: ${{ needs.manifests.outputs.skip_dms }}"
104-
105101 - uses : actions/checkout@v4
106102
107103 - name : Set up Python
@@ -211,10 +207,6 @@ jobs:
211207 env :
212208 PYVISTA_OFF_SCREEN : true
213209 steps :
214- - name : Check output
215- run : |
216- echo "skip_core_windows value is: ${{ needs.manifests.outputs.skip_core_windows }}"
217-
218210 - uses : actions/checkout@v4
219211
220212 - name : Set up Python
@@ -325,10 +317,6 @@ jobs:
325317 runs-on : ubuntu-latest
326318
327319 steps :
328- - name : Check output
329- run : |
330- echo "skip_core_linux value is: ${{ needs.manifests.outputs.skip_core_linux }}"
331-
332320 - name : Login in Github Container registry
333321 uses : docker/login-action@v3
334322 with :
You can’t perform that action at this time.
0 commit comments