Skip to content

Commit

Permalink
Install charmcraft 1.0.0
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
Dominik Fleischmann committed Jul 28, 2021
1 parent 56bc2da commit 498f6f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-charmed-katib.yaml
Original file line number Diff line number Diff line change
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 498f6f0

Please sign in to comment.