Skip to content

Commit c2777e8

Browse files
committed
gh-actions: Install libcurl-dev for pycurl (needed by arvados)
1 parent 93848ac commit c2777e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
allow-prereleases: true
5252
cache: pip
5353

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+
5458
- name: Upgrade setuptools and install tox
5559
run: |
5660
pip install -U pip setuptools wheel

0 commit comments

Comments
 (0)