From fb6ebb87b82fa3bfe06d10ad9e9e3a7d0258ecdc Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:32:44 -0400 Subject: [PATCH] do not rely on docs to finish before running build tests --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eace766..6578150 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,7 +60,6 @@ jobs: name: Testing with Python${{ matrix.python-version }} needs: - lint - - docs runs-on: ubuntu-latest strategy: matrix: