From 6dd0995ab3f92d302b52adc7b2f7021c2f02b722 Mon Sep 17 00:00:00 2001 From: Thomas S Date: Wed, 2 Oct 2024 17:02:51 +0200 Subject: [PATCH] WIP --- .github/workflows/backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 77a631fd1..6a1bf8ccb 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -28,7 +28,7 @@ jobs: test-backend: runs-on: ubuntu-latest needs: build-frontend - # continue-on-error: ${{ matrix.python-version != '3.12' }} + continue-on-error: ${{ matrix.python-version != '3.12' }} strategy: fail-fast: true matrix: