mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-11 18:14:20 +00:00
pin to specific version of poetry
This commit is contained in:
parent
628dc14d7c
commit
24d2dff5e3
2
.github/workflows/backend_tests.yml
vendored
2
.github/workflows/backend_tests.yml
vendored
@ -193,7 +193,7 @@ jobs:
|
||||
python-version: "3.11"
|
||||
- name: Install Poetry
|
||||
run: |
|
||||
pipx install poetry
|
||||
pipx install --pip-args=--constraint=spiffworkflow-backend/.github/workflows/constraints.txt poetry
|
||||
poetry --version
|
||||
- name: Poetry Install
|
||||
run: poetry install
|
||||
|
@ -19,7 +19,7 @@ RUN apt-get update \
|
||||
# Setup image for installing Python dependencies.
|
||||
FROM base AS setup
|
||||
|
||||
RUN pip install poetry
|
||||
RUN pip install poetry=1.2.2
|
||||
RUN useradd _gunicorn --no-create-home --user-group
|
||||
|
||||
RUN apt-get update \
|
||||
|
Loading…
x
Reference in New Issue
Block a user