Skip to content

Commit

Permalink
Merge pull request #61: setup-nextstrain-cli: Remove unnecessary next…
Browse files Browse the repository at this point in the history
…strain update
  • Loading branch information
victorlin authored Sep 25, 2023
2 parents e18552a + da9ef25 commit a4d07ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
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

0 comments on commit a4d07ee

Please sign in to comment.