From a6fec7a3c9b720c5b9c68d4e296466c3ef7760a5 Mon Sep 17 00:00:00 2001 From: Florian OMNES Date: Mon, 18 Mar 2024 20:31:29 +0100 Subject: [PATCH] Fix build & tests --- .github/workflows/ubuntu.yml | 8 -------- .github/workflows/windows-release.yml | 11 ++--------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index cf68851ba21..fbb3dc33a61 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -156,14 +156,6 @@ jobs: batch-name: valid-mps os: ${{ matrix.test-platform }} - - name: Run tests for adequacy patch (CSR) - if: ${{ env.IS_RELEASE == 'true' }} - uses: ./.github/workflows/run-tests - with: - simtest-tag: ${{steps.simtest-version.outputs.prop}} - batch-name: adequacy-patch-CSR - os: ${{ matrix.test-platform }} - - name: Run medium-tests if: ${{ env.IS_RELEASE == 'true' }} uses: ./.github/workflows/run-tests diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index fcfcab0d597..652f02aa0ab 100644 --- a/.github/workflows/windows-release.yml +++ b/.github/workflows/windows-release.yml @@ -60,11 +60,11 @@ jobs: key: | ${{ hashFiles( 'vcpkg_manifest/vcpkg.json' ) }}-${{ hashFiles( '.git/modules/vcpkg/HEAD' )}}-${{ matrix.triplet }} - - name: Setup Python 3.11 + - name: Setup Python 3.12 uses: actions/setup-python@v4 with: architecture: 'x64' - python-version: '3.11' + python-version: '3.12' - name : Install deps with VCPKG run: | @@ -148,13 +148,6 @@ jobs: path: 'simtest.json' prop_path: 'version' - - name: Run tests for adequacy patch (CSR) - uses: ./.github/workflows/run-tests - with: - simtest-tag: ${{steps.simtest-version.outputs.prop}} - batch-name: adequacy-patch-CSR - os: ${{ matrix.test-platform }} - - name: Run medium-tests uses: ./.github/workflows/run-tests with: