Closed
Description
Previously, Travis CI was mandatory on Python PRs. Travis CI was made optional, and instead GHA Ubuntu was made required.
The problem is that only Travis CI checked if generated files are up to date:
- eval "$(pyenv init -)"
- pyenv global 3.8
- PYTHON_FOR_REGEN=python3.8 make -j4 regen-all
- changes=`git status --porcelain`
- |
# Check for changes in regenerated files
if ! test -z "$changes"
then
echo "Generated files not up to date"
echo "$changes"
exit 1
fi
- make -j4
- make pythoninfo
These commands should be copied and adapted in .github/workflows/build.yml
.
Is there a volunteer to do that?
Metadata
Metadata
Assignees
Labels
No labels