We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a69eda commit d5444b1Copy full SHA for d5444b1
.github/workflows/tests.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install dependencies
20
run: |
21
pip install -r requirements.txt
22
- pip install pytest pytest-cov
+ pip install pytest pytest-cov pyarrow
23
pip install -e .
24
25
- name: Run tests with coverage
0 commit comments