We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3034a5 commit f549b78Copy full SHA for f549b78
.github/workflows/validate-xls.yml
@@ -31,10 +31,11 @@ jobs:
31
${{ runner.os }}-pip-
32
33
- name: Install dependencies
34
- if: steps.cache-deps.outputs.cache-hit != 'true'
+ # if: steps.cache-deps.outputs.cache-hit != 'true'
35
run: |
36
python -m pip install --upgrade pip
37
pip install -r site/requirements.txt
38
+ pip pip list -v
39
40
- name: Validate XLS document parsing
41
0 commit comments