Skip to content

Commit cb188b0

Browse files
Some installs
1 parent 9cf30cb commit cb188b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +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
2225
python -m pip install --upgrade pip
2326
pip install setuptools wheel twine
2427
python setup.py bdist_wheel

0 commit comments

Comments
 (0)