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 5924e4e commit c0fd9f7Copy full SHA for c0fd9f7
.github/workflows/pythonapp.yml
@@ -31,7 +31,7 @@ jobs:
31
path: ~/.cache/pip
32
key: ${{ runner.os }}-${{ matrix.python-ver }}-pip-${{ hashFiles('**/requirements.txt') }}
33
restore-keys: |
34
- ${{ runner.os }}-pip-
+ ${{ runner.os }}-${{ matrix.python-ver }}-pip-
35
- name: Install apt deps
36
run: sudo apt-get update && sudo apt-get install -qq -y libenchant-dev libxml2-dev libxslt1-dev
37
- name: Install dependencies
0 commit comments