Skip to content

Commit b097bf0

Browse files
committed
Remove conda cache
1 parent db2e86c commit b097bf0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,12 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v3
3131
with:
32-
fetch-depth: 0 # Fetch all history for all branches and tags.
32+
fetch-depth: 10 # Fetch all history for all branches and tags.
3333
- name: Set environment variables
3434
run: |
3535
echo "CONDA_ENV_FILE=ci/environment.yml" >> $GITHUB_ENV
3636
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
3737
38-
- name: Cache conda
39-
id: cache-conda
40-
uses: actions/cache@v3
41-
with:
42-
path: ~/conda_pkgs_dir
43-
key: ${{ runner.os }}-conda-py${{ matrix.python-version }}-${{
44-
hashFiles('ci/**.yml') }}
45-
4638
- uses: conda-incubator/setup-miniconda@v2
4739
with:
4840
channels: conda-forge

0 commit comments

Comments
 (0)