Skip to content

Commit e629e52

Browse files
committed
Reduce GHA caching
1 parent 8bae9c7 commit e629e52

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ jobs:
7878
with:
7979
python-version: ${{ matrix.python-version }}
8080

81-
- name: Cache poetry virtualenv
82-
uses: actions/cache@v4
83-
with:
84-
path: ./.venv
85-
key: ${{ runner.os }}-python-${{ matrix.python-version }}-venv-${{ hashFiles('**/poetry.lock') }}-tests_tasks
81+
# - name: Cache poetry virtualenv
82+
# uses: actions/cache@v4
83+
# with:
84+
# path: ./.venv
85+
# key: ${{ runner.os }}-python-${{ matrix.python-version }}-venv-${{ hashFiles('**/poetry.lock') }}-tests_tasks
8686

8787
- name: Install dependencies (including fractal-tasks extra)
8888
run: poetry install --with dev --without docs --no-interaction
@@ -99,12 +99,12 @@ jobs:
9999
# echo "__FRACTAL_MANIFEST__.json has not changed."
100100
# fi
101101

102-
- name: Cache Pooch folder
103-
id: cache-pooch-folder
104-
uses: actions/cache@v4
105-
with:
106-
path: ~/.cache/pooch
107-
key: pooch-cache
102+
# - name: Cache Pooch folder
103+
# id: cache-pooch-folder
104+
# uses: actions/cache@v4
105+
# with:
106+
# path: ~/.cache/pooch
107+
# key: pooch-cache
108108

109109
- name: Test tasks with pytest
110110
env:

0 commit comments

Comments
 (0)