Skip to content

Commit fe6b484

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pypi.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ jobs:
4848
- 'pytensor/scan_perform.pyx'
4949
- 'pytensor/scan_perform_ext.py'
5050
51+
print_check_changes_output:
52+
runs-on: ubuntu-latest
53+
needs: check_changes
54+
steps:
55+
- name: Print should_run
56+
run: |
57+
echo "should_run: ${{ needs.check_changes.outputs.should_run }}"
58+
5159
# The job to build precompiled pypi wheels.
5260
make_sdist:
5361
name: Make SDist

0 commit comments

Comments
 (0)