From ee61ca232c51e5f674075a423aaf251cf921a2ef Mon Sep 17 00:00:00 2001 From: Lutz Bender Date: Wed, 12 Jul 2023 13:10:41 +0200 Subject: [PATCH] add python-dateutil togithub action --- .github/workflows/github-actions-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-python.yml b/.github/workflows/github-actions-python.yml index 556e9ec668..1d2a1020b4 100644 --- a/.github/workflows/github-actions-python.yml +++ b/.github/workflows/github-actions-python.yml @@ -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/actions-flake8@v2.1 with: