mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
precommit: Use Python venv
This commit is contained in:
parent
f8667229bc
commit
ab8d59069b
3 changed files with 7 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ FROM ubuntu:22.04
|
|||
WORKDIR /opt/cp2k-precommit
|
||||
COPY ./tools/precommit/ /opt/cp2k-precommit/
|
||||
RUN ./install_requirements.sh
|
||||
ENV PATH="/opt/venv/bin:$PATH"
|
||||
|
||||
# Install sources.
|
||||
WORKDIR /opt/cp2k
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue