Skip to content

Commit d4b1791

Browse files
author
MarcoGorelli
committed
download tzdata in CI
1 parent b5ef6ae commit d4b1791

12 files changed

+14
-2
lines changed

ci/deps/actions-310-numpydev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies:
1717
# pandas dependencies
1818
- python-dateutil
1919
- pytz
20+
- tzdata
2021
- pip
2122
- pip:
2223
- "cython"

ci/deps/actions-310.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies:
2020
- python-dateutil
2121
- numpy
2222
- pytz
23+
- tzdata
2324

2425
# optional dependencies
2526
- beautifulsoup4

ci/deps/actions-311.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies:
2020
- python-dateutil
2121
- numpy<1.24.0
2222
- pytz
23+
- tzdata
2324

2425
# optional dependencies
2526
- beautifulsoup4

ci/deps/actions-38-downstream_compat.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dependencies:
2121
- python-dateutil
2222
- numpy
2323
- pytz
24+
- tzdata
2425

2526
# optional dependencies
2627
- beautifulsoup4

ci/deps/actions-38-minimum_versions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies:
2222
- python-dateutil=2.8.2
2323
- numpy=1.20.3
2424
- pytz=2020.1
25+
- tzdata
2526

2627
# optional dependencies
2728
- beautifulsoup4=4.9.3

ci/deps/actions-38.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies:
2020
- python-dateutil
2121
- numpy
2222
- pytz
23+
- tzdata
2324

2425
# optional dependencies
2526
- beautifulsoup4

ci/deps/actions-39.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies:
2020
- python-dateutil
2121
- numpy
2222
- pytz
23+
- tzdata
2324

2425
# optional dependencies
2526
- beautifulsoup4

ci/deps/actions-pypy-38.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ dependencies:
2222
- numpy
2323
- python-dateutil
2424
- pytz
25+
- tzdata

ci/deps/circle-38-arm64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies:
2020
- python-dateutil
2121
- numpy
2222
- pytz
23+
- tzdata
2324

2425
# optional dependencies
2526
- beautifulsoup4

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies:
2222
- python-dateutil
2323
- numpy
2424
- pytz
25+
- tzdata
2526

2627
# optional dependencies
2728
- beautifulsoup4

0 commit comments

Comments
 (0)