Skip to content

Commit

Permalink
#97: try fix conda path from test image
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Sep 6, 2024
1 parent d186992 commit 1aca53b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/docker/build-and-test-ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ ARG VT_TV_TEST_PYTHON_BINDINGS=OFF
FROM ${BASE_IMAGE} AS base

ENV CONDA_PATH=/opt/conda
ENV PATH=$PATH:$CONDA_PATH/bin

RUN conda env list

COPY . /opt/src/vt-tv
RUN mkdir -p /opt/build/vt-tv
Expand Down

0 comments on commit 1aca53b

Please sign in to comment.