Skip to content

Commit

Permalink
gh-actions: Install libcurl-dev for pycurl (needed by arvados)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jun 26, 2024
1 parent 0ff2d65 commit 38791a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
allow-prereleases: true
cache: pip

- name: Install libcurl-dev for pycurl (needed by arvados)
run: sudo apt-get install -y --no-install-recommends libcurl4-gnutls-dev

- name: Upgrade setuptools and install tox
run: |
pip install -U pip setuptools wheel
Expand Down

0 comments on commit 38791a9

Please sign in to comment.