Skip to content

Commit

Permalink
Merge pull request #780 from camptocamp/backport/778-to-1.3
Browse files Browse the repository at this point in the history
[Backport 1.3] Don't install wrong version of c2cciutils
  • Loading branch information
sbrunner authored Oct 11, 2022
2 parents 16b4a22 + b859a39 commit 09dcf0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,25 +94,3 @@ jobs:
- name: Clean the database
run: c2cciutils-k8s-db --cleanup
if: always()

audit:
runs-on: ubuntu-20.04
name: Audit
timeout-minutes: 10
if: "!startsWith(github.event.head_commit.message, '[skip ci] ')"

steps:
- run: docker system prune --all --force
- uses: actions/checkout@v3
with:
fetch-depth: 1

- run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
- run: python3 -m pip install --user --requirement=requirements.txt
- run: poetry build
- run: python3 -m pip install --user --force-reinstall dist/c2cciutils-0.0.0-py3-none-any.whl[audit]

- name: Audit
run: c2cciutils-audit
env:
GITHUB_TOKEN: ${{ github.token }}
5 changes: 5 additions & 0 deletions ci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ publish:
- version_tag
- version_branch
- rebuild

audit:
snyk:
files_no_install:
- example-project/ci/requirements.txt

0 comments on commit 09dcf0c

Please sign in to comment.