We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a05e6 commit c5b2729Copy full SHA for c5b2729
1 file changed
.github/workflows/tests.yml
@@ -22,8 +22,9 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install pytest pytest-cov
+ pip install pytest pytest-cov pytz
26
pip install -e .
27
+ pip install pytz
28
- name: Lint with ruff
29
30
pip install ruff
@@ -42,5 +43,6 @@ jobs:
42
43
44
45
- pip install pytest pytest-cov pytz
46
+ pip install pytest pytest-cov pytz pytz
47
48
0 commit comments