Commits on Source (2)
-
Dr Rich Wareham authored
The common pipeline is explicitly an Auto DevOps one. Auto DevOps tries to conditionally enable itself depending on which files are present. Notably if one has a `pyproject.toml` file but no `setup.py` file, it doesn't enable itself. Auto DevOps assumes that a Python project will have at least one of `requirements.txt` or `setup.py`. Both of these files are replaced by `pyproject.toml`.
6871c0aa -
Ryan Kowalewski authored
fix: ensure Auto DevOps is enabled for the common pipeline See merge request !53
9ca85341