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 00e5689
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,19 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.9"
cache: 'pip' # caching pip dependencies
- uses: fedora-python/[email protected]
with:
tox_env: flake8
dnf_install: krb5-devel
dnf_install: krb5-devel python3-setuptools
- uses: fedora-python/[email protected]
with:
tox_env: safety
dnf_install: krb5-devel
dnf_install: krb5-devel python3-setuptools
- uses: fedora-python/[email protected]
with:
tox_env: bandit
dnf_install: krb5-devel
dnf_install: krb5-devel python3-setuptools

testing:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 00e5689

Please sign in to comment.