You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `.github/workflows/checks.yaml`:
* Make `Checks` run for every branch and PR
* Use glob in `hashFiles`, instead of hard-coded names
* Use title-case naming for steps
* Rename `.github/workflows/run-tests.yaml` to `.github/workflows/tests.yaml` and `Tests` as title
* Add `-e file:.#egg=pylint-pytest` to `requirements/dev.in`
* It seems that #33 / a410e15
does not pick up `pylint`; resulting it being purged from the venv - and the tests failing subsequently
(see https://github.com/pylint-dev/pylint-pytest/actions/runs/7298965817/job/19891092695?pr=33#step:6:30)
* Remove the stale `pyproject.toml` + `pip install --no-deps -e .` references from `Makefile`
Signed-off-by: Stavros Ntentos <[email protected]>
0 commit comments