Skip to content

Commit d5444b1

Browse files
committed
chore: fixed automatic tests with github automatisation
1 parent 0a69eda commit d5444b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
pip install -r requirements.txt
22-
pip install pytest pytest-cov
22+
pip install pytest pytest-cov pyarrow
2323
pip install -e .
2424
2525
- name: Run tests with coverage

0 commit comments

Comments
 (0)