Skip to content

Commit fa7382f

Browse files
committed
Add ls
1 parent 3e781d0 commit fa7382f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install system dependencies
6262
run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos
6363
- name: Install
64-
run: make install-dependencies
64+
run: make install-dependencies && ls -lah pyiceberg/avro/
6565
- name: Run linters
6666
run: make lint
6767
- name: Run unit tests with coverage

0 commit comments

Comments
 (0)