Skip to content

Commit

Permalink
Merge pull request #15 from ivansaul/chore/migrate-to-poetry
Browse files Browse the repository at this point in the history
fix: use poetry to run main.py
  • Loading branch information
ivansaul authored Oct 10, 2024
2 parents e589e50 + 32bf3a1 commit 0a5273a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/configure-pages@v4

- name: Build with Python Jinja
run: python main.py
run: poetry run python main.py

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 0a5273a

Please sign in to comment.