Skip to content

Commit

Permalink
updates cwltool to 3.1.20240708091337
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricebrito committed Aug 30, 2024
1 parent 544be85 commit 9c625d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ skip-install = false
dependencies = [
"urllib3==1.26.18",
"kubernetes==28.1.0",
"cwltool==3.1.20231114134824",
"cwltool==3.1.20240708091337",
"tenacity==8.2.3",
"importlib-metadata==6.8.0",
"msgpack==1.0.7",
Expand All @@ -83,9 +83,9 @@ skip-install = false

dependencies = [
"nose2",
"urllib3==1.26.18",
"urllib3==1.26.18",
"kubernetes==28.1.0",
"cwltool==3.1.20231114134824",
"cwltool==3.1.20240708091337",
"tenacity==8.2.3",
"importlib-metadata==6.8.0",
"msgpack==1.0.7",
Expand Down

0 comments on commit 9c625d7

Please sign in to comment.