Skip to content

Commit bd9f227

Browse files
authored
Ts pattern (#88)
* ts-pattern test * finalize tests and TS-pattern support for regular timeseries * Update publish-to-test-pypi.yml
1 parent 09e3cc4 commit bd9f227

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.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)