Skip to content

Commit

Permalink
ci: set multiple lxd versions for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Sep 12, 2024
1 parent c8e923a commit cdfa77e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 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 @@ -112,7 +108,7 @@ jobs:
- name: Setup LXD
uses: canonical/setup-lxd@v0.1.1
with:
channel: latest/stable
channel: 5.21/stable
- name: Configure environment
run: |
echo "::group::Begin snap install"
Expand Down

0 comments on commit cdfa77e

Please sign in to comment.