Skip to content

Commit

Permalink
fix(ci): install tox in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NucciTheBoss committed Jun 28, 2024
1 parent 2f09cd3 commit 1729970
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: python3 -m pip install tox
- name: Set up LXD
uses: canonical/[email protected]
with:
Expand Down

0 comments on commit 1729970

Please sign in to comment.