Skip to content

Commit

Permalink
Check for Ubuntu 24.04 when installing poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
radovanZRasa committed Jan 8, 2025
1 parent 3c47d7e commit dd0a917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
shell: bash

- name: Install poetry (Ubuntu) 🦄
if: needs.changes.outputs.backend == 'true' && matrix.os == 'ubuntu-22.04'
if: needs.changes.outputs.backend == 'true' && matrix.os == 'ubuntu-24.04'
uses: snok/install-poetry@93ada01c735cc8a383ce0ce2ae205a21c415379b
with:
version: ${{ env.POETRY_VERSION }}
Expand Down Expand Up @@ -441,7 +441,7 @@ jobs:
shell: bash

- name: Install poetry (Ubuntu) 🦄
if: needs.changes.outputs.backend == 'true' && matrix.os == 'ubuntu-22.04'
if: needs.changes.outputs.backend == 'true' && matrix.os == 'ubuntu-24.04'
uses: snok/install-poetry@93ada01c735cc8a383ce0ce2ae205a21c415379b
with:
version: ${{ env.POETRY_VERSION }}
Expand Down

0 comments on commit dd0a917

Please sign in to comment.