From 24367c207b4a5050da24f3c01db1cfd1bcf03733 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Fri, 11 Mar 2022 14:38:37 +0000 Subject: [PATCH] skippppp --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5abf112449..64da7b0dbf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -118,7 +118,7 @@ jobs: trial-olddeps: # Note: sqlite only; no postgres if: ${{ !cancelled() && !failure() }} # Allow previous steps to be skipped, but not fail - needs: linting-done +# needs: linting-done runs-on: ubuntu-latest steps: - uses: actions/checkout@v2