Skip to content

Commit

Permalink
Merge branch 'release_23.2' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Dec 5, 2023
2 parents 8eb657b + 9caded4 commit 472bc3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/toolshed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
path: 'galaxy root/.venv'
key: gxy-venv-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('galaxy root/requirements.txt') }}-toolshed
- name: Install dependencies
run: ./scripts/common_startup.sh --skip-client-build
run: ./scripts/common_startup.sh --dev-wheels --skip-client-build
working-directory: 'galaxy root'
- name: Build Frontend
run: |
Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy/schema/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class EncodedDatasetJobInfo(EncodedDataItemSourceId):


class EncodedJobDetails(JobSummary):
command_version: str = Field(
command_version: Optional[str] = Field(
...,
title="Command Version",
description="Tool version indicated during job execution.",
Expand Down

0 comments on commit 472bc3f

Please sign in to comment.