From 3e296b94319fe4788f729f7d2be9cb18c21d2bd1 Mon Sep 17 00:00:00 2001 From: Arne Bahlo Date: Wed, 31 Jul 2024 09:52:31 +0200 Subject: [PATCH] ci: Fix missing dependency --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0aa9103..5f6fdf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,8 @@ on: pull_request: jobs: - lint: - name: Lint + check: + name: Check runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -35,7 +35,6 @@ jobs: name: Docker runs-on: ubuntu-latest needs: - - lint - check - test steps: @@ -61,7 +60,6 @@ jobs: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags') needs: - - lint - check - test steps: @@ -73,4 +71,4 @@ jobs: - run: pdm publish env: PDM_PUBLISH_USERNAME: "__token__" - PDM_PUBLISH_PASSWORD: "${{ secrets.PYPI_TOKEN }}" \ No newline at end of file + PDM_PUBLISH_PASSWORD: "${{ secrets.PYPI_TOKEN }}"