mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Pin nox to avoid session.env issue (#753)
This commit is contained in:
parent
aa5196edee
commit
871e52b37a
@ -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 . .
|
||||
|
Loading…
x
Reference in New Issue
Block a user