We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0b013 commit f8db167Copy full SHA for f8db167
action.yaml
@@ -25,7 +25,7 @@ runs:
25
shell: bash
26
# See http://lists.openstack.org/pipermail/openstack-discuss/2020-October/018060.html
27
- name: Remove python3-simplejson
28
- run: sudo apt-get purge -y python3-simplejson || true
+ run: sudo apt-get purge -y python3-simplejson python-pyasn1-modules || true
29
30
- name: Checkout Devstack
31
uses: actions/checkout@v2
0 commit comments