Pin nox to avoid session.env issue (#753)

This commit is contained in:
Quentin Pradet 2025-02-11 18:36:57 +04:00 committed by GitHub
parent aa5196edee
commit 871e52b37a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@ FROM python:${PYTHON_VERSION}
ENV FORCE_COLOR=1
WORKDIR /code/eland
RUN python -m pip install nox
# https://github.com/wntrblm/nox/issues/930
RUN python -m pip install nox==2024.10.09
COPY . .