Skip to content

Commit a6042f5

Browse files
committed
[ci] set python path for adapol
1 parent eb0e05e commit a6042f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV PYTHONPATH=$SRC/pyed:$PYTHONPATH
1919

2020
# Install adapol
2121
RUN git clone https://github.com/flatironinstitute/adapol.git $SRC/adapol --branch main
22-
RUN python3 -m pip install $SRC/adapol
22+
ENV PYTHONPATH=$SRC/adapol/src:$PYTHONPATH
2323

2424
COPY --chown=build . $SRC/$APPNAME
2525
RUN mkdir $BUILD/$APPNAME && chown build $BUILD/$APPNAME

0 commit comments

Comments
 (0)