Skip to content

Commit

Permalink
explicitly sync dependencies on gh actions for womtool and test run
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 9, 2025
1 parent eaa654b commit eca016a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cromwell-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
- name: Set up Python
run: uv python install 3.13

- name: Install dependencies
run: uv sync --all-extras

- name: Execute Test Run of WDL Workflows
env:
CROMWELL_PATH: cromwell-86.jar
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/womtools-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- name: Set up Python
run: uv python install 3.13

- name: Install dependencies
run: uv sync --all-extras

- name: Validate WDL Scripts
env:
WOMTOOL_PATH: womtool-86.jar
Expand Down

0 comments on commit eca016a

Please sign in to comment.