Skip to content

Commit

Permalink
Merge pull request #922 from ae-utbm/ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
klmp200 authored Nov 15, 2024
2 parents db9f86c + 5e8d8b8 commit 3464390
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup_project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Install apt packages
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: gettext pipx
packages: gettext
version: 1.0 # increment to reset cache

- name: Set up python
Expand All @@ -19,12 +19,12 @@ runs:
uses: actions/cache@v3
with:
path: ~/.local
key: poetry-2 # increment to reset cache
key: poetry-3 # increment to reset cache

- name: Install Poetry
if: steps.cached-poetry.outputs.cache-hit != 'true'
shell: bash
run: pipx install poetry
run: curl -sSL https://install.python-poetry.org | python3 -

- name: Check pyproject.toml syntax
shell: bash
Expand Down

0 comments on commit 3464390

Please sign in to comment.