Skip to content

Commit

Permalink
Pin markupsafe==2.0.1 for Jinja bug workaround (#61)
Browse files Browse the repository at this point in the history
* Pin markupsafe==2.0.1 for Jinja bug workaround
* Pin microk8s version to fix integration tests
  • Loading branch information
jardon committed Feb 24, 2022
1 parent 003ef6c commit 2b7b633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: balchua/[email protected]
with:
channel: 'latest/stable'
channel: '1.21/stable'
addons: '["dns", "storage", "rbac", "metallb:10.64.140.43-10.64.140.49"]'

- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions charms/istio-pilot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ops==1.3.0
oci-image==1.0.0
markupsafe==2.0.1
jinja2==2.11.3
serialized-data-interface<0.4

0 comments on commit 2b7b633

Please sign in to comment.