Skip to content

Commit

Permalink
Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mazocode committed Oct 6, 2023
1 parent 37c30a4 commit 76280c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
pip install flake8
pip install -r requirements.txt
- name: Static code analysis
run: |
Expand Down

0 comments on commit 76280c8

Please sign in to comment.