Skip to content

Commit

Permalink
bugfix-8
Browse files Browse the repository at this point in the history
  • Loading branch information
msavilov committed Mar 23, 2024
1 parent 6d5068c commit af934f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install Dependencies
run: |
# python -m pip install --upgrade pip
# pip install flake8 pep8-naming flake8-broken-line flake8-return flake8-isort
pip install flake8 pep8-naming flake8-broken-line flake8-return flake8-isort
# pip install -r chat_bot/requirements.txt
- name: Run Tests
run: |
Expand Down

0 comments on commit af934f7

Please sign in to comment.