Skip to content

Commit c5b2729

Browse files
fix: ensure pytz installed for timezone tests
1 parent e6a05e6 commit c5b2729

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install pytest pytest-cov
25+
pip install pytest pytest-cov pytz
2626
pip install -e .
27+
pip install pytz
2728
- name: Lint with ruff
2829
run: |
2930
pip install ruff
@@ -42,5 +43,6 @@ jobs:
4243
- name: Install dependencies
4344
run: |
4445
python -m pip install --upgrade pip
45-
pip install pytest pytest-cov pytz
46+
pip install pytest pytest-cov pytz pytz
4647
pip install -e .
48+
pip install pytz

0 commit comments

Comments
 (0)