Skip to content

Commit f40967f

Browse files
author
Tom Softreck
committed
update
1 parent 0ec5984 commit f40967f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
uses: actions/setup-python@v4
3333
with:
3434
python-version: ${{ matrix.python-version }}
35-
# Only enable poetry cache if lock file exists
36-
cache: ${{ fromJSON('{"poetry": "**/poetry.lock"}')[github.workspace + '/poetry.lock'] ? 'poetry' : 'pip' }}
35+
# Use pip cache by default to avoid poetry.lock dependency
36+
cache: 'pip'
3737

3838
- name: Debug system info
3939
run: |

0 commit comments

Comments
 (0)