File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -40,17 +40,17 @@ jobs:
40
40
shell : bash
41
41
run : poetry config virtualenvs.in-project true
42
42
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') }}
49
49
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
54
54
55
55
- name : Install dependencies
56
56
shell : bash
You can’t perform that action at this time.
0 commit comments