Skip to content

Commit

Permalink
removed flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
FaroutYLq committed Apr 17, 2024
1 parent d1d3533 commit 4532df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install saltax
run: python setup.py develop
- name: Install pytest and hypothesis
run: pip install pytest hypothesis flake8 pytest-cov coverage
run: pip install pytest hypothesis pytest-cov coverage
- name: Test package
env:
HAVE_ACCESS_TO_SECTETS: ${{ secrets.RUNDB_API_URL }}
Expand Down

0 comments on commit 4532df3

Please sign in to comment.