Skip to content

Commit

Permalink
Only check workflows which contain python tests.
Browse files Browse the repository at this point in the history
toolkit repos have a sync workflow which breaks the check otherwise.
  • Loading branch information
icemac committed Feb 12, 2024
1 parent d3d78a7 commit ea22d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default/tox-release-check.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ deps =
commands_pre =
commands =
check-manifest
check-python-versions
check-python-versions --only setup.py,tox.ini,.github/workflows/tests.yml
python -m build --sdist --no-isolation
twine check dist/*

0 comments on commit ea22d70

Please sign in to comment.