Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-gauthier-geosiris committed Apr 4, 2024
1 parent 58e740e commit 06c748f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/prepare-poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ runs:
path: .venv
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}-1

- name: Install Poetry Plugins
run: poetry self add "poetry-dynamic-versioning[plugin]"
shell: bash

- name: Install dependencies and library
# if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction
shell: bash

- name: Install Poetry Plugins
run: poetry self add "poetry-dynamic-versioning[plugin]"
shell: bash

0 comments on commit 06c748f

Please sign in to comment.