Skip to content

Commit 11096c4

Browse files
committed
Reduce GHA caching
1 parent e629e52 commit 11096c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 5 additions & 5 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

0 commit comments

Comments
 (0)