Skip to content

Commit 46a26ea

Browse files
committed
Revert "dbg: print output"
1 parent 6c11879 commit 46a26ea

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/nightly_docker_test.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ jobs:
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:

0 commit comments

Comments
 (0)