summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-03-11 14:38:37 +0000
committerDavid Robertson <davidr@element.io>2022-03-14 18:42:01 +0000
commit24367c207b4a5050da24f3c01db1cfd1bcf03733 (patch)
treee2557dcca3adede579b056d5e04a89d05ebda303
parentCan I just use poetry? (diff)
downloadsynapse-24367c207b4a5050da24f3c01db1cfd1bcf03733.tar.xz
skippppp
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
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