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 f8db167 commit 9db89f6Copy full SHA for 9db89f6
action.yaml
@@ -23,9 +23,8 @@ 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 python-pyasn1-modules || true
+ - name: Remove unwanted packages
+ run: sudo apt-get purge -y python3-simplejson python-pyasn1-modules postgresql* || true
29
30
- name: Checkout Devstack
31
uses: actions/checkout@v2
0 commit comments