Skip to content

Commit 2a2f55b

Browse files
committed
action: fix package name
1 parent 9db89f6 commit 2a2f55b

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
@@ -24,7 +24,7 @@ runs:
2424
run: sudo systemctl start mysql.service
2525
shell: bash
2626
- name: Remove unwanted packages
27-
run: sudo apt-get purge -y python3-simplejson python-pyasn1-modules postgresql* || true
27+
run: sudo apt-get purge -y python3-simplejson python3-pyasn1-modules postgresql* || true
2828
shell: bash
2929
- name: Checkout Devstack
3030
uses: actions/checkout@v2

0 commit comments

Comments
 (0)