Skip to content

Commit 3e6410a

Browse files
fix pycurl
1 parent 40e28a7 commit 3e6410a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
python-version: 3.8
2626
- name: Install dependencies
2727
run: |
28+
sudo apt-get install -y libssl-dev libcurl4-openssl-dev python-dev
2829
python -m pip install --upgrade setuptools pip wheel
2930
make install
3031
make install-dev

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ json2html~=1.3.0
2626
minio~=7.1.1
2727
certifi~=2022.12.7
2828
shortuuid~=1.0.11
29+
pycurl~=7.45.2

0 commit comments

Comments
 (0)