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 31444ec commit 3aeb3c3Copy full SHA for 3aeb3c3
.github/workflows/ci-tests.yml
@@ -51,6 +51,10 @@ jobs:
51
allow-prereleases: true
52
cache: pip
53
54
+ - name: Install libcurl-dev for pycurl (needed by arvados)
55
+ if: ${{ matrix.step == 'mypy' }}
56
+ run: sudo apt-get install -y --no-install-recommends libcurl4-gnutls-dev gnutls-dev
57
+
58
- name: Upgrade setuptools and install tox
59
run: |
60
pip install -U pip setuptools wheel
0 commit comments