Skip to content

Commit 2bc0f36

Browse files
committed
Comment cache for current scope
1 parent c3c635f commit 2bc0f36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/setup-python@v4
8282
with:
8383
python-version: '3.10'
84-
cache: 'poetry'
84+
# cache: 'poetry'
8585

8686
- name: Configure Git user
8787
run: |

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/setup-python@v4
2626
with:
2727
python-version: ${{ matrix.python-version }}
28-
cache: 'poetry'
28+
# cache: 'poetry'
2929

3030
- name: Install dependencies
3131
run: poetry install --all-extras

0 commit comments

Comments
 (0)