Skip to content

Commit

Permalink
💚 Install newer poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
i-be-snek committed Oct 26, 2024
1 parent bae8660 commit 372cd1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
env:
GIT_LFS_SKIP_SMUDGE: 1
steps:
- name: Install poetry
- name: Install poetry@1.8.3
run: |
curl -O -sSL https://install.python-poetry.org/install-poetry.py
python install-poetry.py -y --version 1.1.12
python install-poetry.py -y --version 1.8.3
echo "PATH=${HOME}/.poetry/bin:${PATH}" >> $GITHUB_ENV
rm install-poetry.py
- name: Set up Python 3.11
Expand Down

0 comments on commit 372cd1c

Please sign in to comment.