Skip to content

Commit 39423f2

Browse files
committed
ci: run lightweight lint-and-test on ubuntu-slim
1 parent b159298 commit 39423f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pylint $(git ls-files '*.py')
3232
3333
lint-and-test:
34-
runs-on: ubuntu-latest
34+
runs-on: ubuntu-slim
3535
needs: [build]
3636
if: always()
3737
steps:

0 commit comments

Comments
 (0)