sudo apt-get install -y libcurl4-openssl-dev # pycurl

pull/173/head
Christian Clauss 2 years ago committed by GitHub
parent c1f89192fe
commit 76431bcfbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ jobs:
- run: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=88
--show-source --statistics
- run: isort --check-only --profile black . || true
- run: apt-get install -y libcurl4-openssl-dev # pycurl
- run: sudo apt-get install -y libcurl4-openssl-dev # pycurl
- run: pip install -r requirements.txt
- run: mkdir --parents --verbose .mypy_cache
- run: mypy --ignore-missing-imports --install-types --non-interactive . || true

Loading…
Cancel
Save