File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -121,10 +121,11 @@ prepare: |
121121 snap refresh --hold
122122 chown -R root:root "$SPREAD_PATH"
123123 cd "$SPREAD_PATH"
124- snap install --classic concierge
124+ # Install via snap after https://github.com/canonical/concierge/pull/81 released
125+ go install github.com/canonical/concierge@latest
125126
126127 # Install charmcraft & pipx on lxd-vm backend and install pipx on IS-hosted runners
127- concierge prepare --trace
128+ ~/go/bin/ concierge prepare --trace
128129
129130 pipx install tox poetry
130131prepare-each : |
@@ -136,7 +137,7 @@ prepare-each: |
136137 poetry add --lock --group integration juju@^2
137138 fi
138139 # `concierge prepare` needs to be run for each spread job in case Juju version changed
139- concierge prepare --trace
140+ ~/go/bin/ concierge prepare --trace
140141
141142 # Unable to set constraint on all models because of Juju bug:
142143 # https://bugs.launchpad.net/juju/+bug/2065050
You can’t perform that action at this time.
0 commit comments