File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
3333 with :
3434 python-version : ${{ matrix.python-version }}
3535
36- - name : Cache poetry virtualenv
37- uses : actions/cache@v4
38- with :
39- path : ./.venv
40- key : ${{ runner.os }}-python-${{ matrix.python-version }}-venv-${{ hashFiles('**/poetry.lock') }}-tests_core
36+ # - name: Cache poetry virtualenv
37+ # uses: actions/cache@v4
38+ # with:
39+ # path: ./.venv
40+ # key: ${{ runner.os }}-python-${{ matrix.python-version }}-venv-${{ hashFiles('**/poetry.lock') }}-tests_core
4141
4242 - name : Install dependencies (without extras)
4343 run : poetry install --with dev --without docs --no-interaction
@@ -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 -E fractal-tasks
You can’t perform that action at this time.
0 commit comments