Skip to content

Commit

Permalink
Do not add flake
Browse files Browse the repository at this point in the history
  • Loading branch information
gitkvark committed Dec 29, 2023
1 parent 5abf6d9 commit 7760ab1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test_and_deploy_to_ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,14 @@ jobs:
python -m pip install --upgrade pip
pip install -r app/requirements.txt
- name: Install pytest and flake8
- name: Install pytest
run: |
pip install pytest
pip install flake8
- name: Run tests
run: |
pytest
- name: Run flake8
uses: py-actions/flake8@v2

build:
name: Build Image
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7760ab1

Please sign in to comment.