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