Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Install libcurl-dev for pycurl (needed by arvados)
if: ${{ matrix.step == 'mypy' }}
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

- name: Upgrade setuptools and install tox
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Download = "https://github.com/common-workflow-language/cwltool-service/releases
[project.optional-dependencies]
cwltool = ["cwlref-runner"]
arvados = ["arvados-cwl-runner"]
toil = ["toil[cwl]==8.2.0"]
toil = ["toil[cwl]==9.0.0"]

[project.scripts]
wes-server = "wes_service.wes_service_main:main"
Expand Down