Skip to content

Commit

Permalink
fix line continuation
Browse files Browse the repository at this point in the history
  • Loading branch information
smiet committed Jun 28, 2024
1 parent bd5d9e9 commit ca972ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN git clone --depth 1 https://github.com/PrincetonUniversity/SPEC.git /src/SPE
cd /src/SPEC && \
/venv/bin/pip install -v . 2>&1 | tee spec_build.log && \
cd Utilities/pythontools && \
/venv/bin/pip install -r requirements.txt
/venv/bin/pip install -r requirements.txt && \
/venv/bin/pip install -v .

RUN git clone --depth 1 https://github.com/hiddenSymmetries/VMEC2000.git /src/VMEC && \
Expand Down

0 comments on commit ca972ce

Please sign in to comment.