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 abb7540 commit 3ef114fCopy full SHA for 3ef114f
.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', 'setup.cfg') }}-v28
+ key: ${{ runner.os }}-${{ matrix.python }}-build-${{ env.cache-name }}-${{ hashFiles('setup.py') }}-v29
88
89
- name: Install py-dependencies
90
if: steps.cache-dependencies.outputs.cache-hit != 'true'
0 commit comments