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 c1367d7 commit 1a22deaCopy full SHA for 1a22dea
action.yaml
@@ -23,6 +23,11 @@ runs:
23
- name: Start MySQL
24
run: sudo systemctl start mysql.service
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
29
+ continue-on-error: true
30
+ shell: bash
31
- name: Checkout Devstack
32
uses: actions/checkout@v2
33
with:
0 commit comments