Skip to content

Commit 7c9b01f

Browse files
committed
update
1 parent 45379cb commit 7c9b01f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
python-version: '3.x'
2020
- name: Install dependencies
2121
run: |
22-
apt-get update
23-
apt-get install -y python-is-python3
22+
sudo apt-get update
23+
sudo apt-get install -y python-is-python3
2424
python -m pip install --upgrade pip
2525
python -m pip install build requests
2626
- name: Build

0 commit comments

Comments
 (0)