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: |
121
121
snap refresh --hold
122
122
chown -R root:root "$SPREAD_PATH"
123
123
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
125
126
126
127
# Install charmcraft & pipx on lxd-vm backend and install pipx on IS-hosted runners
127
- concierge prepare --trace
128
+ ~/go/bin/ concierge prepare --trace
128
129
129
130
pipx install tox poetry
130
131
prepare-each : |
@@ -136,7 +137,7 @@ prepare-each: |
136
137
poetry add --lock --group integration juju@^2
137
138
fi
138
139
# `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
140
141
141
142
# Unable to set constraint on all models because of Juju bug:
142
143
# https://bugs.launchpad.net/juju/+bug/2065050
You can’t perform that action at this time.
0 commit comments