From 3475a8c5aa034dea3e15b804fa322d106c07c81d Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Fri, 16 Feb 2024 09:30:12 -0800 Subject: [PATCH] ci: Remove python-version input to setup-nextstrain-cli action Deprecated and no longer used as setup-python isn't called. Related-to: --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cf9cbe..fdfdb97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,8 +123,6 @@ jobs: DOCKER_DEFAULT_PLATFORM: ${{ matrix.platform }} - uses: nextstrain/.github/actions/setup-nextstrain-cli@master - with: - python-version: "3.10" - name: Run zika-tutorial run: |