* fix: PyYAML dependency install (check #183) * misc: update gh-actions (versions, and add temporary patch) * misc: revert to python 3.9
This commit is contained in:
committed by
GitHub
parent
ef32c66769
commit
4d9a5fdaad
@@ -30,6 +30,7 @@ RUN apk add --no-cache postgresql-libs && \
|
||||
|
||||
# Install Python dependencies
|
||||
RUN poetry config virtualenvs.create false && \
|
||||
poetry run pip install "Cython<3.0" "pyyaml==5.4.1" --no-build-isolation && \
|
||||
poetry install --no-dev --no-interaction --no-ansi
|
||||
|
||||
# Cleanup dependencies & setup user group
|
||||
|
||||
Reference in New Issue
Block a user