Skip to content

Commit

Permalink
matching poetry versions between user code env and GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bahill committed Nov 12, 2024
1 parent 0877a5c commit 91184bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion orchestration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV PYTHONFAULTHANDLER=1 \
PIP_NO_CACHE_DIR=off \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_DEFAULT_TIMEOUT=100 \
POETRY_VERSION=1.1.8 \
POETRY_VERSION=1.1.9 \
SENTRY_DSN=https://[email protected]/4506559533088768

RUN pip install "poetry==$POETRY_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion orchestration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ soft_delete = "hca_manage.soft_delete:run"
job = "hca_manage.job:fetch_job_info"

[build-system]
requires = ["poetry-core<=1.1.8"]
requires = ["poetry-core<=1.1.9"]
build-backend = "poetry.core.masonry.api"

[tool.autopep8]
Expand Down

0 comments on commit 91184bd

Please sign in to comment.