Skip to content

Commit

Permalink
Merge branch 'main' into kf-6641-update-python-dependencies-second
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k authored Dec 10, 2024
2 parents 6d54b09 + 42a656d commit 2c4d2cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v3
- run: |
sudo apt update
sudo apt install tox
- run: pip install tox
- run: tox -vve argo-controller-lint

unit:
Expand All @@ -32,9 +30,7 @@ jobs:
steps:
- name: Check out repo
uses: actions/checkout@v3
- run: |
sudo apt update
sudo apt install tox
- run: pip install tox
- run: tox -vve argo-controller-unit

terraform-checks:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ setenv =
integration: TYPE = integration
update-requirements: TYPE = update-requirements
commands =
tox -vve {env:TYPE} -c {toxinidir}/charms/{env:CHARM}
tox -c {toxinidir}/charms/{env:CHARM} -vve {env:TYPE}

[testenv:update-requirements]
allowlist_externals =
Expand Down

0 comments on commit 2c4d2cf

Please sign in to comment.