Skip to content

Commit 312dd1b

Browse files
committed
Add pandas to dependencies in release workflow
1 parent 1b0bd56 commit 312dd1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Install dependencies
3030
run: |
31-
pip install build twine pytest pyarrow
31+
pip install build twine pytest pyarrow pandas
3232
3333
- name: Set version
3434
run: |

0 commit comments

Comments
 (0)