Skip to content

Commit

Permalink
Show diff. (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Nov 12, 2024
1 parent 3395993 commit 1a53ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ jobs:
python -m pip install -U mypy pybind11-stubgen
cd pytket
./stub_generation/regenerate_stubs
git diff --quiet pytket/_tket && echo "Stubs are up-to-date" || exit 1 # fail if stubs change after regeneration
git diff pytket/_tket && echo "Stubs are up-to-date" || exit 1 # fail if stubs change after regeneration
python -m mypy --config-file=mypy.ini --no-incremental -p pytket -p tests
- name: Upload package
if: github.event_name == 'push' && needs.check_changes.outputs.tket_changed == 'true'
Expand Down

0 comments on commit 1a53ef4

Please sign in to comment.