Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
azhuzhu committed Jul 11, 2024
1 parent 0406af7 commit 15a03a2
Show file tree
Hide file tree
Showing 4 changed files with 331 additions and 61 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
- uses: fedora-python/[email protected]
with:
tox_env: flake8
dnf_install: krb5-devel
dnf_install: gcc krb5-devel
- uses: fedora-python/[email protected]
with:
tox_env: safety
dnf_install: krb5-devel
dnf_install: gcc krb5-devel
- uses: fedora-python/[email protected]
with:
tox_env: bandit
dnf_install: krb5-devel
dnf_install: gcc krb5-devel

testing:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions dev-requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
-r requirements.txt

bandit
flake8
mock
pip-tools
pytest
pytest-cov
safety
Loading

0 comments on commit 15a03a2

Please sign in to comment.