From d7e0f2fd87f5c0478c7db472b57c69b8bfd4870e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Jan=20K=C3=B6hler?= Date: Thu, 5 Dec 2024 15:15:15 +0100 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index b75699d1..82595ca6 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -8,10 +8,6 @@ on: pull_request: branches: [ "main" ] -defaults: - run: - shell: bash - concurrency: group: ${{ github.repository }}-${{ github.event.number || github.head_ref || github.sha }}-${{ github.workflow }} cancel-in-progress: true @@ -189,7 +185,7 @@ jobs: virtualenvs-in-project: true virtualenvs-path: .venv installer-parallel: true - + - name: "[Python] Load cached venv" id: cached-poetry-dependencies uses: actions/cache@v4 @@ -199,9 +195,11 @@ jobs: - name: "[Python] Install dependencies" run: poetry install --no-interaction --no-root + shell: bash # NOTE: required for windows poetry calls - name: "[Python] Install project" run: poetry install --no-interaction + shell: bash # NOTE: required for windows poetry calls - name: "[Python] Run Unit tests" continue-on-error: true