Skip to content

Commit

Permalink
Install charmcraft 1.0.0 (#1593)
Browse files Browse the repository at this point in the history
Install charmcraft 1.0.0 through pip for now
until we move to pytest-operator tests.
  • Loading branch information
DomFleischmann committed Jul 28, 2021
1 parent 56bc2da commit f1d565e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-charmed-katib.yaml
Expand Up @@ -40,11 +40,13 @@ jobs:
- name: Install dependencies
run: |
set -eux
sudo apt update
sudo apt install -y python3-pip
sudo snap install charm --classic
sudo snap install juju --classic
sudo snap install juju-helpers --classic
sudo snap install juju-wait --classic
sudo snap install charmcraft --classic
sudo pip3 install charmcraft==1.0.0
- name: Build Docker images
run: |
Expand Down

0 comments on commit f1d565e

Please sign in to comment.