From be64019c0b616dbf05d9bf74bd45155159d439a2 Mon Sep 17 00:00:00 2001 From: Vincent Payet Date: Mon, 30 Dec 2024 11:25:55 +0100 Subject: [PATCH] remove init test nr from ubuntu --- .github/workflows/ubuntu.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 86fb2340c0..c4c380b2b9 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -126,10 +126,6 @@ jobs: run: | git submodule update --init --remote --recursive src/tests/resources/Antares_Simulator_Tests - - name: Init submodule Antares_Simulator_Tests_NR - run: | - git submodule update --init --remote --recursive src/tests/resources/Antares_Simulator_Tests_NR - - name: Run named mps tests if: ${{ env.RUN_SIMPLE_TESTS == 'true' && !cancelled() }} uses: ./.github/workflows/run-tests