Skip to content

Commit 21bad92

Browse files
committed
Remove cache
1 parent c4a1338 commit 21bad92

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ jobs:
4040
shell: bash
4141
run: poetry config virtualenvs.in-project true
4242

43-
- name: Set up cache
44-
uses: actions/cache@v3
45-
id: cache
46-
with:
47-
path: .venv
48-
key: venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }}
43+
# - name: Set up cache
44+
# uses: actions/cache@v3
45+
# id: cache
46+
# with:
47+
# path: .venv
48+
# key: venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }}
4949

50-
- name: Ensure cache is healthy
51-
if: steps.cache.outputs.cache-hit == 'true'
52-
shell: bash
53-
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
50+
# - name: Ensure cache is healthy
51+
# if: steps.cache.outputs.cache-hit == 'true'
52+
# shell: bash
53+
# run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
5454

5555
- name: Install dependencies
5656
shell: bash

0 commit comments

Comments
 (0)