Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Aug 26, 2024
1 parent 7433e4c commit 4574689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Type checking with mypy
if: ${{ matrix.python-version == '3.11' }}
run: |
python -m pip install --upgrade mypy types-dateparser types-python-dateutil types-lxml types-urllib3
python -m pip install --upgrade .[dev]
mypy -p htmldate
- name: Test with pytest
Expand Down

0 comments on commit 4574689

Please sign in to comment.