Skip to content

Commit

Permalink
ci: use the default version of lxd for integration tests (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau authored Sep 13, 2024
1 parent 8ac3f3d commit d872bfd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ jobs:
3.10
3.12
cache: 'pip'
- name: Setup LXD
uses: canonical/setup-lxd@v0.1.1
with:
channel: latest/stable
- name: Configure environment
run: |
echo "::group::apt-get"
Expand Down Expand Up @@ -111,8 +107,6 @@ jobs:
cache: 'pip'
- name: Setup LXD
uses: canonical/setup-lxd@v0.1.1
with:
channel: latest/stable
- name: Configure environment
run: |
echo "::group::Begin snap install"
Expand Down

0 comments on commit d872bfd

Please sign in to comment.