Skip to content

Commit f8db167

Browse files
committed
action: add python-pyasn1-modules to the list of packages to remove
1 parent eb0b013 commit f8db167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
shell: bash
2626
# See http://lists.openstack.org/pipermail/openstack-discuss/2020-October/018060.html
2727
- name: Remove python3-simplejson
28-
run: sudo apt-get purge -y python3-simplejson || true
28+
run: sudo apt-get purge -y python3-simplejson python-pyasn1-modules || true
2929
shell: bash
3030
- name: Checkout Devstack
3131
uses: actions/checkout@v2

0 commit comments

Comments
 (0)