Skip to content

Commit c0fd9f7

Browse files
committed
Update workflow steps
1 parent 5924e4e commit c0fd9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
path: ~/.cache/pip
3232
key: ${{ runner.os }}-${{ matrix.python-ver }}-pip-${{ hashFiles('**/requirements.txt') }}
3333
restore-keys: |
34-
${{ runner.os }}-pip-
34+
${{ runner.os }}-${{ matrix.python-ver }}-pip-
3535
- name: Install apt deps
3636
run: sudo apt-get update && sudo apt-get install -qq -y libenchant-dev libxml2-dev libxslt1-dev
3737
- name: Install dependencies

0 commit comments

Comments
 (0)