Skip to content

Commit

Permalink
Try to fix task related tests for python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
BoPeng committed Apr 10, 2024
1 parent 7b50195 commit 070ab49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/build_test_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ RUN [ -d /root/.ssh ] || mkdir -p /root/.ssh
ADD authorized_keys /root/.ssh/authorized_keys
ARG SHA=LATEST
RUN SHA=$SHA git clone http://github.com/vatlab/sos sos
RUN pip install sos sos-pbs
RUN pip install git+https://github.com/vatlab/sos
RUN pip install sos-pbs
RUN echo "export TS_SLOTS=10" >> /root/.bash_profile
Expand Down

0 comments on commit 070ab49

Please sign in to comment.