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 4361257 commit 74c9bbbCopy full SHA for 74c9bbb
.github/workflows/build.yml
@@ -84,7 +84,7 @@ jobs:
84
path: |
85
${{ steps.get-dependencies.outputs.site_packages_loc }}
86
${{ steps.get-dependencies.outputs.site_bin_dir }}
87
- key: ${{ runner.os }}-${{ matrix.python }}-build-${{ env.cache-name }}-${{ hashFiles('setup.py') }}-v29
+ key: ${{ runner.os }}-${{ matrix.python }}-build-${{ env.cache-name }}-${{ hashFiles('setup.py') }}-v30
88
89
- name: Install py-dependencies
90
if: steps.cache-dependencies.outputs.cache-hit != 'true'
0 commit comments