diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bea0fc4163..37790b7763 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: python-version: ['3.12'] db-backend: [postgres] name: "Test (Python: ${{ matrix.python-version }}, DB: ${{ matrix.db-backend }})" - needs: lint + # needs: lint steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}