Skip to content

Commit

Permalink
Attempt to overcome package installation issue on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
s2t2 committed Jul 18, 2024
1 parent 47eafc3 commit d12bb5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
poetry add python-dateutil
poetry install
# LINTING
Expand Down

0 comments on commit d12bb5e

Please sign in to comment.