Skip to content

Commit

Permalink
Clean up quotes in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danepitkin committed Sep 15, 2023
1 parent 90f5321 commit 6f32fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/conda-python-cython2.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ ARG arch
ARG python=3.8
FROM ${repo}:${arch}-conda-python-${python}

RUN mamba install -q -y cython"<3" && \
RUN mamba install -q -y "cython<3" && \
mamba clean --all

0 comments on commit 6f32fcf

Please sign in to comment.