We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26af58 commit b4b1f4cCopy full SHA for b4b1f4c
.github/workflows/pypi.yml
@@ -47,6 +47,11 @@ jobs:
47
- 'pytensor/_version.py'
48
- 'pytensor/scan_perform.pyx'
49
- '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 }}"
55
56
# The job to build precompiled pypi wheels.
57
make_sdist:
0 commit comments