We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75aacc8 commit 976b62dCopy full SHA for 976b62d
1 file changed
.github/workflows/test.yml
@@ -23,6 +23,16 @@ jobs:
23
24
- name: Checkout code
25
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
36
37
- name: Install requests
38
run: pip install requests
0 commit comments