Skip to content

Commit 976b62d

Browse files
committed
Update test.yml
1 parent 75aacc8 commit 976b62d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ jobs:
2323

2424
- name: Checkout code
2525
uses: actions/checkout@v4
26+
27+
# On all platforms install the PyPI tzdata distribution
28+
# (stdlib zoneinfo will auto‐pick it up; the backport will too)
29+
- name: Install tzdata (Python)
30+
run: pip install tzdata
31+
32+
- name: Install runtime dependencies
33+
run: |
34+
pip install requests
35+
pip install numpy
2636
2737
- name: Install requests
2838
run: pip install requests

0 commit comments

Comments
 (0)