From 24512db6153ed2c9c5ae8f5c76455f4bf03d0ff1 Mon Sep 17 00:00:00 2001 From: Thomas Weber Date: Wed, 19 Jun 2024 14:29:44 +0000 Subject: [PATCH] Update GH actions to use light reference geneom --- .github/workflows/main_test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main_test.yaml b/.github/workflows/main_test.yaml index f35b877..aa3e553 100644 --- a/.github/workflows/main_test.yaml +++ b/.github/workflows/main_test.yaml @@ -66,9 +66,9 @@ jobs: Testing-basic: runs-on: ubuntu-latest - needs: - - Formatting - - Linting + # needs: + # - Formatting + # - Linting steps: - name: Checkout repository with submodules and LFS uses: actions/checkout@v4