Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pathogen-repo-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
# future changes to setup-nextstrain-cli.
#
# -trs, 28 April 2022
- uses: nextstrain/.github/actions/setup-nextstrain-cli@e8e1f3213711d8c4b5022f7c29d3eb8ee3f46b4b
- uses: nextstrain/.github/actions/setup-nextstrain-cli@1fbb3f2e3bf29374d2706f720f65d4025853a89a
with:
runtime: ${{ matrix.runtime }}
# Consider parameterizing the Python version. -trs, 1 April 2022
Expand Down
1 change: 1 addition & 0 deletions actions/setup-nextstrain-cli/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ runs:

- run: nextstrain update
shell: bash
continue-on-error: true

- run: nextstrain version --verbose
shell: bash