Run the lint env in the jammy buildbot dir

This commit is contained in:
Lee Miller 2024-04-09 01:35:32 +03:00
parent de9ee28516
commit 3b36676793
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -1,4 +1,4 @@
#!/bin/sh
tox -e lint-basic # || exit 1
tox -e lint || exit 1
tox -e py310