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 9db89f6 commit 2a2f55bCopy full SHA for 2a2f55b
action.yaml
@@ -24,7 +24,7 @@ runs:
24
run: sudo systemctl start mysql.service
25
shell: bash
26
- name: Remove unwanted packages
27
- run: sudo apt-get purge -y python3-simplejson python-pyasn1-modules postgresql* || true
+ run: sudo apt-get purge -y python3-simplejson python3-pyasn1-modules postgresql* || true
28
29
- name: Checkout Devstack
30
uses: actions/checkout@v2
0 commit comments