Skip to content

Commit

Permalink
ci: release hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
vanutp committed Apr 28, 2024
1 parent 010f4ef commit 8572721
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
with:
path: .venv
key: app-${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('poetry.lock') }}
- name: Install dependencies
run: poetry install
if: steps.load-cache.outputs.cache-hit != 'true'

- name: Release
shell: bash
Expand Down

0 comments on commit 8572721

Please sign in to comment.