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 2559a93 commit f58e13eCopy full SHA for f58e13e
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
# This path is specific to Ubuntu
22
path: ~/.cache/pip
23
# Look to see if there is a cache hit for the corresponding requirements file
24
- key: ${{ runner.os }}-python${{ matrix.python-version}}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('dev_requirements.txt') }}
+ key: ${{ runner.os }}-python${{ matrix.python-version}}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('dev_requirements.txt') }}-${ GITHUB_REF }
25
26
- name: Patch for Python 3.6
27
if: matrix.python-version == 3.6
0 commit comments