We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdbe79 commit 2bdc701Copy full SHA for 2bdc701
ci/task/build_lib.sh
@@ -9,6 +9,10 @@ export CCACHE_NOHASHDIR=1
9
export CCACHE_DIR=/ccache
10
11
# Temporary workaround to install ccache.
12
+if [[ ${GPU} != metal ]]; then
13
+ conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/main
14
+ conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r
15
+fi
16
conda install -c conda-forge ccache
17
18
if [[ ${GPU} != metal ]]; then
0 commit comments