We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138befa commit 027a06fCopy full SHA for 027a06f
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/setup-python@v5
24
with:
25
python-version: '3.11'
26
- cache: 'poetry'
+ cache-dependency-path: 'poetry.lock'
27
28
- name: Install dependencies
29
run: |
0 commit comments