We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed1d4b commit 7702c46Copy full SHA for 7702c46
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/cache@v3
25
with:
26
path: ~/.local
27
- key: install-${{ env.INSTALL_CACHE_HASH }}-2
+ key: install-${{ env.INSTALL_CACHE_HASH }}-3
28
29
- name: Install Poetry
30
if: steps.cache-installs.outputs.cache-hit != 'true'
.github/workflows/publish_package.yml
0 commit comments