Skip to content

Commit

Permalink
Try different approach to installing poetry.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnicstruwig committed Dec 13, 2023
1 parent b0ce9a8 commit 031782a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Poetry
run: pipx install poetry==1.7.1
uses: snok/install-poetry@v1
with:
version: 1.7.1
virtualenvs-create: true
virtualenvs-in-project: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 031782a

Please sign in to comment.