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 3e781d0 commit fa7382fCopy full SHA for fa7382f
.github/workflows/python-ci.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Install system dependencies
62
run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos
63
- name: Install
64
- run: make install-dependencies
+ run: make install-dependencies && ls -lah pyiceberg/avro/
65
- name: Run linters
66
run: make lint
67
- name: Run unit tests with coverage
0 commit comments