Skip to content

Commit ee89be0

Browse files
committed
Update publish-to-test-pypi.yml
1 parent b72c90a commit ee89be0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-to-test-pypi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ jobs:
9898
- name: Install numpy
9999
run: pip install numpy
100100

101+
- name: Install tzdata (Python)
102+
run: pip install tzdata
103+
101104
- name: Run tests
102105
run: pytest tests/
103106

0 commit comments

Comments
 (0)