Skip to content

Commit

Permalink
fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
radam9 committed Aug 23, 2024
1 parent fba2b56 commit 88fc8f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup python
id: setup-python
uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Install and configure Poetry
uses: snok/install-poetry@v1.4
with:
Expand Down

0 comments on commit 88fc8f9

Please sign in to comment.