Skip to content

Commit

Permalink
try a different way to install poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeofblue committed Mar 23, 2023
1 parent ea2769c commit 3df6a63
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/goth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
with:
python-version: '3.8'

- name: Configure poetry
uses: Gr1N/setup-poetry@v8
with:
poetry-version: 1.2.2
- name: Install and configure Poetry
run: python -m pip install -U pip setuptools poetry==1.3.2

- name: Install dependencies
run: |
Expand Down

0 comments on commit 3df6a63

Please sign in to comment.