Skip to content

Commit

Permalink
lock down poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
V committed Jan 24, 2025
1 parent b20f04e commit ea6b4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-warehouse-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
python-version: '3.11'
# - run: curl -sSL https://install.python-poetry.org | python -
- run: curl -sSL https://install.python-poetry.org | POETRY_VERSION=2.0.1 python -
- run: curl -sSL https://install.python-poetry.org | POETRY_VERSION=2.0.0 python -
- run: cd warehouse && poetry install && poetry run mypy scripts

compile:
Expand Down

0 comments on commit ea6b4cf

Please sign in to comment.