Skip to content

Commit

Permalink
cln-version-manager: poetry update in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikDeSmedt committed Apr 29, 2024
1 parent 152dd45 commit 18a8414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cln-version-manager-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: steps.cached-poetry.outputs.cache-hit != 'true'
uses: snok/install-poetry@v1
- name: Install dependencies
run: poetry install --no-interaction
run: poetry update && poetry install --no-interaction
- name: Run mypy
run: poetry run mypy
- name: Run tests
Expand Down

0 comments on commit 18a8414

Please sign in to comment.