Skip to content

Commit 8fc9de9

Browse files
Fix incorrect key
That is what happens when you don't read properly.
1 parent 859e3dc commit 8fc9de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
architecture: x64
21-
cache: "poetry"
21+
cache: "pip"
2222

2323
- name: Install Poetry manager
2424
run: pip install --upgrade poetry

0 commit comments

Comments
 (0)