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 @@ -229,7 +229,7 @@ jobs:
# future changes to setup-nextstrain-cli.
#
# -trs, 28 April 2022
- uses: nextstrain/.github/actions/setup-nextstrain-cli@1fbb3f2e3bf29374d2706f720f65d4025853a89a
- uses: nextstrain/.github/actions/setup-nextstrain-cli@0e74eb59bbdecc80de08d04b26b7b0242890b582
with:
runtime: ${{ matrix.runtime }}
# Consider parameterizing the Python version. -trs, 1 April 2022
Expand Down
4 changes: 0 additions & 4 deletions actions/setup-nextstrain-cli/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,5 @@ runs:
env:
runtime: ${{ inputs.runtime }}

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

- run: nextstrain version --verbose
shell: bash