Skip to content

Commit 034bd70

Browse files
Add dependencies
1 parent 9080df0 commit 034bd70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
python-version: '3.7'
2020
- name: Install dependencies
2121
run: |
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
2225
pip3 install --upgrade pip
2326
pip3 install setuptools wheel twine --upgrade --force
2427
- name: Build and publish

0 commit comments

Comments
 (0)