From 2b09c284d41b3b02bdc61c6de01b4f26c33072dd Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Tue, 10 Sep 2024 17:22:48 -0700 Subject: [PATCH] Remove empty build job --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e16649d47..5cb4ce2bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,14 +20,6 @@ env: POETRY_VERSION: "1.7.1" jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: "3.10" - lint: name: cd ${{ matrix.working-directory }} strategy: