Skip to content

Commit

Permalink
Add the audit extra
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 26, 2022
1 parent 6efb672 commit a1f88f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tool_versions: python 3.8.0

- run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
- run: python3 -m pip install --user --pre c2cciutils
- run: python3 -m pip install --user --pre c2cciutils[audit]

- name: Audit
run: c2cciutils-audit --branch=${{ matrix.branch }}
Expand Down

0 comments on commit a1f88f5

Please sign in to comment.