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 6e645d8 commit cee3b5fCopy full SHA for cee3b5f
.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') }}-v21
+ key: ${{ runner.os }}-${{ matrix.python }}-build-${{ env.cache-name }}-${{ hashFiles('setup.py') }}-v22
87
88
- name: Install py-dependencies
89
if: steps.cache-dependencies.outputs.cache-hit != 'true'
0 commit comments