Skip to content

Commit

Permalink
add python-dateutil togithub action
Browse files Browse the repository at this point in the history
  • Loading branch information
benderl committed Jul 12, 2023
1 parent 52f9999 commit ee61ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest paho-mqtt requests-mock jq pyjwt==2.6.0 bs4 pkce typing_extensions
pip install flake8 pytest paho-mqtt requests-mock jq pyjwt==2.6.0 bs4 pkce typing_extensions python-dateutil==2.8.2
- name: Flake8 with annotations in packages folder
uses: TrueBrain/[email protected]
with:
Expand Down

0 comments on commit ee61ca2

Please sign in to comment.