Skip to content

Commit

Permalink
Upgrade wrapica and icav2-cli-plugins
Browse files Browse the repository at this point in the history
Issue with pipelines not containing the tools
  • Loading branch information
alexiswl committed Jun 27, 2024
1 parent 77381c0 commit 0ff4b44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.dev20240627110656"
ARG ICAV2_PLUGINS_CLI_VERSION="v2.27.0.dev20240627123652"
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.dev20240627102042",
"wrapica >= 2.27.0.dev20240627123111",
"cwltool" # Always the latest version
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ def create_and_commit_v2_bundles(self):
f"{os.environ['ICAV2_CLI_PLUGINS_HOME']}/pyenv/bin/python",
f"{os.environ['ICAV2_CLI_PLUGINS_HOME']}/pyenv/bin/icav2-cli-plugins.py",
"projectpipelines",
"create-cwl-workflow-from-github-release",
"create-cwl-pipeline-from-github-release",
self.release_url,
"--json" # Return pipeline_id
]
Expand Down

0 comments on commit 0ff4b44

Please sign in to comment.