Skip to content

Commit 01a57e7

Browse files
committed
WIP
1 parent 42989d8 commit 01a57e7

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

ci/azure/posix.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,20 @@ jobs:
3333
sccache_version=v0.2.15
3434
sccache_archive_name=sccache-$sccache_version-x86_64-apple-darwin
3535
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
3941
sccache -s
4042
sccache -z
4143
# conda config --set ssl_verify false
4244
# conda config --set quiet true --set always_yes true --set changeps1 false
4345
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
4450
echo "mamba env update --file=${ENV_FILE}"
4551
# See https://github.com/mamba-org/mamba/issues/633
4652
mamba create -q -n pandas-dev

0 commit comments

Comments
 (0)