File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments