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 8ec6c71 commit 9e51107Copy full SHA for 9e51107
.github/workflows/ci-tests.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Install libcurl-dev for pycurl (needed by arvados)
56
if: ${{ matrix.step == 'mypy' }}
57
- run: sudo apt-get install -y --no-install-recommends libcurl4-gnutls-dev gnutls-dev
+ run: sudo apt-get update && sudo apt-get install -y --no-install-recommends libcurl4-gnutls-dev gnutls-dev
58
59
- name: Upgrade setuptools and install tox
60
run: |
0 commit comments