Skip to content

Commit 8cc18f5

Browse files
committed
Upgrade setuptools
1 parent c61f68c commit 8cc18f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ runs:
1919
- name: Install python pip
2020
run: python -m pip install --upgrade pip
2121
shell: bash
22+
- name: Upgrade setuptools
23+
run: sudo pip install setuptools --upgrade
24+
shell: bash
2225
# https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md#mysql
2326
- name: Start MySQL
2427
run: sudo systemctl start mysql.service

0 commit comments

Comments
 (0)