Skip to content

Commit

Permalink
➕ Added pytz in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mauro-andre committed Apr 24, 2024
1 parent c47bf56 commit c3a28e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install dependencies
run: |
python3 -m pip install --upgrade pip requests build twine pytest pytest-cov pytest_asyncio motor fastapi httpx pydantic-dbmodel-core "pydantic[email]"
python3 -m pip install --upgrade pip requests build twine pytest pytest-cov pytest_asyncio motor fastapi httpx pydantic-dbmodel-core "pydantic[email]" pytz
- name: Run pytest
run: |
Expand Down

0 comments on commit c3a28e9

Please sign in to comment.