Skip to content

Commit

Permalink
Merge pull request #190: Use central action to setup Nextstrain CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Nov 1, 2023
2 parents 2746524 + 9586b18 commit 59cd7d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,13 @@ jobs:
IMAGE: ghcr.io/nextstrain/base:${{ needs.build.outputs.tag }}
DOCKER_DEFAULT_PLATFORM: ${{ matrix.platform }}

- uses: nextstrain/.github/actions/setup-nextstrain-cli@master
with:
python-version: "3.10"

- name: Run zika-tutorial
run: |
git clone https://github.com/nextstrain/zika-tutorial
pip install nextstrain-cli
nextstrain build --image ghcr.io/nextstrain/base:${{ needs.build.outputs.tag }} zika-tutorial -F
env:
DOCKER_DEFAULT_PLATFORM: ${{ matrix.platform }}
Expand Down

0 comments on commit 59cd7d8

Please sign in to comment.