Skip to content

Commit

Permalink
Merge pull request #17 from canonical/bump-sdi-0.3.2
Browse files Browse the repository at this point in the history
fix: bump sdi to 0.3.2 to use within proxy
  • Loading branch information
ca-scribner authored Aug 4, 2021
2 parents 2a91ff6 + c480919 commit 2bd41dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install dependencies
run: |
set -eux
sudo pip3 install charmcraft
sudo pip3 install charmcraft==1.0.0
sudo snap install juju --classic
sudo snap install juju-wait --classic
sudo snap install yq
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
sudo snap install charm --classic
sudo pip3 install charmcraft
sudo pip3 install charmcraft==1.0.0
- name: Publish bundle
env:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ops==1.1.0
git+https://github.com/juju-solutions/resource-oci-image@1964d748022b762b9dce6e8bb7bdf12835102c72
serialized-data-interface==0.2.0
serialized-data-interface==0.3.2

0 comments on commit 2bd41dc

Please sign in to comment.