From 01daceedc9dace1b247497a259df4a434bd93899 Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 28 Mar 2022 17:43:27 +0200 Subject: [PATCH] ci: don't run linting in custom testing container --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c0ea22101..8c6ce7024 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -120,12 +120,9 @@ jobs: - shared - worker - container: ghcr.io/libretime/libretime-dev:buster - defaults: - run: - shell: bash steps: - uses: actions/checkout@v3 + - uses: actions/setup-python@v3 - uses: actions/cache@v3 with: path: ~/.cache/pip