Skip to content

Commit 0b0b0fd

Browse files
committed
Fix numpy install for test
Need to use `export` to set vars when && is used between the commands.
1 parent e423b7c commit 0b0b0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ARG DEV
7979
RUN if [ -n "${DEV}" ]; \
8080
then \
8181
pip install -U -r requirements/coverage.pip \
82-
&& PYTHONUSERBASE=/snekbox/user_base \
82+
&& export PYTHONUSERBASE=/snekbox/user_base \
8383
&& /lang/python/default/bin/python -m pip install --user numpy~=1.19; \
8484
fi
8585

0 commit comments

Comments
 (0)