Skip to content

Commit

Permalink
Merge pull request #289 from umccr/bugfix/update-wrapica-and-icav2-cl…
Browse files Browse the repository at this point in the history
…i-plugins

Update wrapica and icav2 cli plugins to fix release command issues
  • Loading branch information
alexiswl authored Jun 25, 2024
2 parents 29feaf3 + 6d251cc commit 7ceb1c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG GITHUB_ACTIONS_GROUP_ID="121"
ARG CONDA_ENV_NAME="cwl-ica"
ARG YQ_VERSION="v4.35.2"
ARG ICAV2_CLI_VERSION="2.26.0"
ARG ICAV2_PLUGINS_CLI_VERSION="v2.27.0.dev20240625174255"
ARG ICAV2_PLUGINS_CLI_VERSION="v2.27.0.dev20240625181400"
ARG ICAV2_PLUGINS_CLI_CONDA_PYTHON_VERSION="3.12"
ARG ICAV2_PLUGINS_CLI_CONDA_ENV_NAME="python3.12"
ARG CWL_UTILS_REPO_PATH="https://github.com/alexiswl/cwl-utils"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"semantic_version >= 2.10.0, < 3",
"verboselogs >= 1.7, < 2",
"websocket_client >= 1.7.0, < 2",
"wrapica >= 2.27.0.dev20240625170730",
"wrapica >= 2.27.0.dev20240625180944",
"cwltool" # Always the latest version
]

Expand Down

0 comments on commit 7ceb1c2

Please sign in to comment.