Skip to content

Commit 200aac7

Browse files
committed
Disable caching in GHA
1 parent bc87363 commit 200aac7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)