Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankoehler authored Dec 5, 2024
1 parent b28dc5f commit d7e0f2f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d7e0f2f

Please sign in to comment.