File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,20 @@ jobs:
33
33
sccache_version=v0.2.15
34
34
sccache_archive_name=sccache-$sccache_version-x86_64-apple-darwin
35
35
curl -L https://github.com/mozilla/sccache/releases/download/$sccache_version/$sccache_archive_name.tar.gz \
36
- | tar xzf - -O $sccache_archive_name/sccache > /usr/local/bin/sccache
37
- chmod +x /usr/local/bin/sccache
38
- SCCACHE_IDLE_TIMEOUT=999999 sccache --start-server
36
+ | tar xzf - -O $sccache_archive_name/sccache > ~/bin/sccache
37
+ chmod +x ~/bin/sccache
38
+ env | grep -i workspace
39
+ env | grep -i runner
40
+ SCCACHE_IDLE_TIMEOUT=999999 SCCACHE_DIR=~/.sccache sccache --start-server
39
41
sccache -s
40
42
sccache -z
41
43
# conda config --set ssl_verify false
42
44
# conda config --set quiet true --set always_yes true --set changeps1 false
43
45
conda install -y -c conda-forge -n base 'mamba>=0.22' pip
46
+ echo bin
47
+ ls ~/miniconda3/bin
48
+ echo condabin
49
+ ls ~/miniconda3/condabin
44
50
echo "mamba env update --file=${ENV_FILE}"
45
51
# See https://github.com/mamba-org/mamba/issues/633
46
52
mamba create -q -n pandas-dev
You can’t perform that action at this time.
0 commit comments