Skip to content

Commit

Permalink
Ensure cpython builds are used instead of pypy. (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Oct 5, 2023
1 parent 98dda77 commit 596d5cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ RUN rapids-mamba-retry install -y \
git \
jq \
"sccache==0.4.2" \
"python=${PYTHON_VERSION}.*=*_cpython" \
&& conda clean -aipty

# Install codecov binary
Expand Down

0 comments on commit 596d5cd

Please sign in to comment.