We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e28a7 commit 3e6410aCopy full SHA for 3e6410a
2 files changed
.github/workflows/unit-tests.yml
@@ -25,6 +25,7 @@ jobs:
25
python-version: 3.8
26
- name: Install dependencies
27
run: |
28
+ sudo apt-get install -y libssl-dev libcurl4-openssl-dev python-dev
29
python -m pip install --upgrade setuptools pip wheel
30
make install
31
make install-dev
requirements.txt
@@ -26,3 +26,4 @@ json2html~=1.3.0
minio~=7.1.1
certifi~=2022.12.7
shortuuid~=1.0.11
+pycurl~=7.45.2
0 commit comments