Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Jun 12, 2024
1 parent 27c6c6c commit a9ca8e5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions txpipe-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,20 @@ RUN git clone --branch ${TX_TAG_FOR_DEPENDENCIES} https://github.com/LSSTDESC/T
&& echo "INSTALLING NO-PIP" \
&& echo "FILE 1" \
&& cat environment-nopip2.yml \
&& mamba env create --name tx --file environment-nopip2.yml \
$$ echo DONE 1 \
&& mamba list --name tx
&& echo "FILE 2" \
&& cat ../conda-extras.yml \
&& mamba env create --name tx --file environment-nopip2.yml \
&& mamba env update --name tx --file ../conda-extras.yml \
&& mamba list
&& echo DONE 2\
&& mamba list --name tx

RUN cd TXPipe \
&& echo "INSTALLING PIP" \
&& echo "FILE 3" \
&& cat environment-piponly.yml \
&& mamba env update --name tx --file environment-piponly.yml
&& mamba env update -vv --name tx --file environment-piponly.yml
# && cd .. \
# && rm -rf TXPipe

Expand Down

0 comments on commit a9ca8e5

Please sign in to comment.