Skip to content

Commit

Permalink
fix unbound var
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Feb 27, 2024
1 parent 17ba14e commit 9ed15b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-conda.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ rapids-mamba-retry install -y \
gh \
git \
jq \
"sccache==${SCCACHE_VER}" \
"sccache==$SCCACHE_VER" \
"python=${PYTHON_VERSION}.*=*_cpython"
conda clean -aipty
EOF
Expand Down

0 comments on commit 9ed15b8

Please sign in to comment.