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