We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496f9fe commit e3c3487Copy full SHA for e3c3487
spread.yaml
@@ -99,6 +99,8 @@ backends:
99
- -juju29_ubuntu22
100
- self-hosted-linux-s390x-noble-edge:
101
username: ubuntu
102
+ environment:
103
+ CONCIERGE_EXTRA_DEBS: pipx
104
variants:
105
106
@@ -120,7 +122,7 @@ prepare: |
120
122
cd "$SPREAD_PATH"
121
123
snap install --classic concierge
124
- # Install charmcraft & pipx (on lxd-vm backend)
125
+ # Install charmcraft & pipx on lxd-vm backend and install pipx on IS-hosted runners
126
concierge prepare --trace
127
128
pipx install tox poetry
0 commit comments