Skip to content

Commit 2ccbbe2

Browse files
committed
try1
1 parent f0b28e6 commit 2ccbbe2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/conda-python-build.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,16 +129,17 @@ jobs:
129129
- name: Update conda and install conda build
130130
run: |
131131
set -x
132-
pwd
133-
ls -lA
134-
test -d .cache && exit 1
132+
133+
ls -lA $HOME
134+
test -d $HOME/.cache && exit 1
135+
135136
# Is update really needed?
136137
rapids-mamba-retry update --all -y -n base
137138
conda install -y conda-build
138139
- name: Cache caches
139140
uses: actions/cache@v5
140141
with:
141-
path: .cache
142+
path: /opt/conda/pkgs
142143
key: ${{ matrix.ARCH }}-${{ matrix.PY_VER }}
143144
- name: Install python
144145
env:

ci/build_conda_python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ ls -la $HOME/
4343
du -shc $(ls -A $HOME)
4444
conda env list
4545
conda info
46-
exit 1
46+
# exit 1

0 commit comments

Comments
 (0)