cicd: fix pip install call

This commit is contained in:
light7734 2024-10-14 14:30:47 +03:30
parent a1d62fcdf3
commit 14072f8a34
Signed by: light7734
GPG Key ID: 37FDF7099B2AB7A7
1 changed files with 1 additions and 2 deletions

View File

@ -13,5 +13,4 @@ RUN apt-get install -y \
python3.12-venv python3.12-venv
RUN python3 -m venv /opt/venv RUN python3 -m venv /opt/venv
RUN . /opt/venv/bin/activate RUN . /opt/venv/bin/activate && pip install conan==2.5.0
RUN pip install conan==2.5.0