Skip to content

Commit

Permalink
Bring back the install step
Browse files Browse the repository at this point in the history
  • Loading branch information
xSAVIKx committed May 17, 2023
1 parent f8326e1 commit a648829
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
uses: abatilo/actions-poetry@v2.2.0
with:
poetry-version: ${{ env.POETRY_VERSION }}
- name: Install dependencies
shell: bash
run: |
poetry install
- name: Setup pack
uses: buildpacks/github-actions/setup-pack@v5.2.0
- name: Log in to the Container registry
Expand Down

0 comments on commit a648829

Please sign in to comment.