We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c328cc commit 20eb5f3Copy full SHA for 20eb5f3
.github/workflows/test.yml
@@ -98,6 +98,6 @@ jobs:
98
uses: actions/cache@v2
99
with:
100
path: .tox
101
- key: tox-cache-${{ matrix.tox-environment }}-${{ hashFiles('tox.ini', 'dev-requirements.txt') }}-${{ hashFiles('tox.ini', 'docs-requirements.txt') }}
+ key: tox-cache-${{ matrix.tox-environment }}-${{ hashFiles('tox.ini', 'dev-requirements.txt', 'docs-requirements.txt') }}
102
- name: run tox
103
run: tox -e ${{ matrix.tox-environment }}
0 commit comments