We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25a3e6 commit 4c5cf6fCopy full SHA for 4c5cf6f
.github/workflows/unittest.yml
@@ -21,5 +21,6 @@ jobs:
21
run: |
22
python -m pip install --upgrade pip
23
pip install tox
24
+ sudo apt install libcurl4-openssl-dev
25
- name: Test with tox
26
run: tox
0 commit comments