Skip to content

Commit 1a6085e

Browse files
Try as root
1 parent cb188b0 commit 1a6085e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
python-version: '3.x'
2020
- name: Install dependencies
2121
run: |
22-
apt-get install gcc libpq-dev -y
23-
apt-get install python-dev python-pip -y
24-
apt-get install python3-dev python3-pip python3-venv python3-wheel -y
22+
sudo apt-get install gcc libpq-dev -y
23+
sudo apt-get install python-dev python-pip -y
24+
sudo apt-get install python3-dev python3-pip python3-venv python3-wheel -y
2525
python -m pip install --upgrade pip
2626
pip install setuptools wheel twine
2727
python setup.py bdist_wheel

0 commit comments

Comments
 (0)