Skip to content

Commit

Permalink
Merge pull request #80 from nextstrain/repo-build-bump-cli
Browse files Browse the repository at this point in the history
pathogen-repo-build: Bump minimum Nextstrain CLI version to 8.3.0
  • Loading branch information
joverlee521 authored May 8, 2024
2 parents 08fd1d3 + 99e0523 commit 4f41fa6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pathogen-repo-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
- name: Setup runtime ${{ inputs.runtime }}
uses: ./.git/nextstrain/.github/actions/setup-nextstrain-cli
with:
cli-version: ">=7.4.0"
cli-version: ">=8.3.0"
runtime: ${{ inputs.runtime }}
- name: Run build via ${{ inputs.runtime }}
env:
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
- name: Setup runtime ${{ inputs.runtime }}
uses: ./.git/nextstrain/.github/actions/setup-nextstrain-cli
with:
cli-version: ">=7.4.0"
cli-version: ">=8.3.0"
runtime: ${{ inputs.runtime }}
- id: attach
name: Attach to AWS Batch job
Expand Down Expand Up @@ -398,7 +398,7 @@ jobs:
- name: Setup runtime ${{ inputs.runtime }}
uses: ./.git/nextstrain/.github/actions/setup-nextstrain-cli
with:
cli-version: ">=7.4.0"
cli-version: ">=8.3.0"
runtime: ${{ inputs.runtime }}
- id: attach
name: Attach to AWS Batch job
Expand Down Expand Up @@ -456,7 +456,7 @@ jobs:
- name: Setup runtime ${{ inputs.runtime }}
uses: ./.git/nextstrain/.github/actions/setup-nextstrain-cli
with:
cli-version: ">=7.4.0"
cli-version: ">=8.3.0"
runtime: ${{ inputs.runtime }}
- id: attach
name: Attach to AWS Batch job
Expand Down Expand Up @@ -514,7 +514,7 @@ jobs:
- name: Setup runtime ${{ inputs.runtime }}
uses: ./.git/nextstrain/.github/actions/setup-nextstrain-cli
with:
cli-version: ">=7.4.0"
cli-version: ">=8.3.0"
runtime: ${{ inputs.runtime }}
- id: attach
name: Attach to AWS Batch job
Expand Down Expand Up @@ -595,7 +595,7 @@ jobs:
- name: Setup runtime ${{ inputs.runtime }}
uses: ./.git/nextstrain/.github/actions/setup-nextstrain-cli
with:
cli-version: ">=7.4.0"
cli-version: ">=8.3.0"
runtime: ${{ inputs.runtime }}
- id: cancel
name: Cancel AWS Batch job
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pathogen-repo-build.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
name: Setup runtime ${{ inputs.runtime }}
uses: ./.git/nextstrain/.github/actions/setup-nextstrain-cli
with:
cli-version: ">=7.4.0"
cli-version: ">=8.3.0"
runtime: ${{ inputs.runtime }}

- name: Run build via ${{ inputs.runtime }}
Expand Down

0 comments on commit 4f41fa6

Please sign in to comment.