Skip to content

Commit 1a22dea

Browse files
committed
Add a task that purges python3-simplejson if possible
1 parent c1367d7 commit 1a22dea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ runs:
2323
- name: Start MySQL
2424
run: sudo systemctl start mysql.service
2525
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
29+
continue-on-error: true
30+
shell: bash
2631
- name: Checkout Devstack
2732
uses: actions/checkout@v2
2833
with:

0 commit comments

Comments
 (0)