Skip to content

Commit

Permalink
ci: pin Poetry v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sisp committed Aug 30, 2023
1 parent d7d2944 commit e049b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Bootstrap Poetry
run: curl -sSL https://install.python-poetry.org | python - -y
run: curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1

- name: Build project for distribution
run: poetry build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: echo version=$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))") >> $GITHUB_OUTPUT

- name: Bootstrap Poetry
run: curl -sSL https://install.python-poetry.org | python - -y
run: curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1

- name: Configure Poetry
run: poetry config virtualenvs.in-project true
Expand Down

0 comments on commit e049b87

Please sign in to comment.