Skip to content

Commit

Permalink
Update main.yml to fix poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardegroot authored Jan 9, 2025
1 parent f41d882 commit 0426860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.5.1
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
Expand Down

1 comment on commit 0426860

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.