Skip to content

Commit 942f70d

Browse files
[ci] Disable Conda env cache
1 parent 26f8dcb commit 942f70d

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/qa.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@ jobs:
3535
id: get-date
3636
run: echo "date=$(/bin/date -u "+%Y%m%d")" >> "$GITHUB_OUTPUT"
3737

38-
- name: Cache Conda env
39-
uses: actions/cache@v4
40-
env:
41-
# Increase this value to reset cache
42-
# if etc/example-environment.yml has not changed.
43-
CACHE_NUMBER: 1
44-
with:
45-
path: ~/conda_pkgs_dir
46-
key: ${{ runner.os }}-python-${{ matrix.python-version }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment-linux.yaml') }}
47-
id: cache
38+
# - name: Cache Conda env
39+
# uses: actions/cache@v4
40+
# env:
41+
# # Increase this value to reset cache
42+
# # if etc/example-environment.yml has not changed.
43+
# CACHE_NUMBER: 1
44+
# with:
45+
# path: ~/conda_pkgs_dir
46+
# key: ${{ runner.os }}-python-${{ matrix.python-version }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment-linux.yaml') }}
47+
# id: cache
4848

4949
- name: Update environment
5050
run: |
5151
conda env update --file environment-linux.yaml --name test
52-
if: steps.cache.outputs.cache-hit != 'true'
52+
# if: steps.cache.outputs.cache-hit != 'true'
5353

5454
- name: Set up Julia
5555
uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)