Skip to content

Commit b4b1f4c

Browse files
committed
Add a debug job
1 parent f26af58 commit b4b1f4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pypi.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
4747
- 'pytensor/_version.py'
4848
- 'pytensor/scan_perform.pyx'
4949
- 'pytensor/scan_perform_ext.py'
50+
print_check_changes_output:
51+
runs-on: ubuntu-latest
52+
needs: check_changes
53+
steps:
54+
- run: echo "should_run: ${{ needs.check_changes.outputs.should_run }}"
5055

5156
# The job to build precompiled pypi wheels.
5257
make_sdist:

0 commit comments

Comments
 (0)