Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danepitkin committed Aug 28, 2023
1 parent 79076d9 commit 0b10113
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 0b10113

Please sign in to comment.