Skip to content

Commit f549b78

Browse files
committed
debug
1 parent f3034a5 commit f549b78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate-xls.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ jobs:
3131
${{ runner.os }}-pip-
3232
3333
- name: Install dependencies
34-
if: steps.cache-deps.outputs.cache-hit != 'true'
34+
# if: steps.cache-deps.outputs.cache-hit != 'true'
3535
run: |
3636
python -m pip install --upgrade pip
3737
pip install -r site/requirements.txt
38+
pip pip list -v
3839
3940
- name: Validate XLS document parsing
4041
run: |

0 commit comments

Comments
 (0)