From d2c2c5f0f32df079b38ebd1b0e088dc580187614 Mon Sep 17 00:00:00 2001 From: Thomas Sibley Date: Fri, 16 Feb 2024 09:42:33 -0800 Subject: [PATCH] dev: Remove python-version input to setup-nextstrain-cli action Deprecated and no longer used as setup-python isn't called. Related-to: --- .github/workflows/rebuild-100k.yml | 2 -- .github/workflows/rebuild-country.yml | 2 -- .github/workflows/rebuild-gisaid-21L.yml | 2 -- .github/workflows/rebuild-gisaid.yml | 2 -- .github/workflows/rebuild-open.yml | 2 -- .github/workflows/revert.yml | 2 -- 6 files changed, 12 deletions(-) diff --git a/.github/workflows/rebuild-100k.yml b/.github/workflows/rebuild-100k.yml index 4d695134e..0eabc0f01 100644 --- a/.github/workflows/rebuild-100k.yml +++ b/.github/workflows/rebuild-100k.yml @@ -14,8 +14,6 @@ jobs: - uses: actions/checkout@v4 - uses: nextstrain/.github/actions/setup-nextstrain-cli@master - with: - python-version: "3.10" - name: Launch GISAID build run: | diff --git a/.github/workflows/rebuild-country.yml b/.github/workflows/rebuild-country.yml index 365f2c6ad..dd6c4a60f 100644 --- a/.github/workflows/rebuild-country.yml +++ b/.github/workflows/rebuild-country.yml @@ -28,8 +28,6 @@ jobs: - uses: actions/checkout@v4 - uses: nextstrain/.github/actions/setup-nextstrain-cli@master - with: - python-version: "3.10" - name: Launch build run: | diff --git a/.github/workflows/rebuild-gisaid-21L.yml b/.github/workflows/rebuild-gisaid-21L.yml index 156d51d38..e80191377 100644 --- a/.github/workflows/rebuild-gisaid-21L.yml +++ b/.github/workflows/rebuild-gisaid-21L.yml @@ -28,8 +28,6 @@ jobs: - uses: actions/checkout@v4 - uses: nextstrain/.github/actions/setup-nextstrain-cli@master - with: - python-version: "3.10" - name: Launch build run: | diff --git a/.github/workflows/rebuild-gisaid.yml b/.github/workflows/rebuild-gisaid.yml index d7ab4d570..1c8cb01fd 100644 --- a/.github/workflows/rebuild-gisaid.yml +++ b/.github/workflows/rebuild-gisaid.yml @@ -28,8 +28,6 @@ jobs: - uses: actions/checkout@v4 - uses: nextstrain/.github/actions/setup-nextstrain-cli@master - with: - python-version: "3.10" - name: Launch build run: | diff --git a/.github/workflows/rebuild-open.yml b/.github/workflows/rebuild-open.yml index fb17b98e9..fa808c9fd 100644 --- a/.github/workflows/rebuild-open.yml +++ b/.github/workflows/rebuild-open.yml @@ -29,8 +29,6 @@ jobs: - uses: actions/checkout@v4 - uses: nextstrain/.github/actions/setup-nextstrain-cli@master - with: - python-version: "3.10" - name: Launch build run: | diff --git a/.github/workflows/revert.yml b/.github/workflows/revert.yml index 52709cac2..7119b0197 100644 --- a/.github/workflows/revert.yml +++ b/.github/workflows/revert.yml @@ -27,8 +27,6 @@ jobs: - uses: actions/checkout@v4 - uses: nextstrain/.github/actions/setup-nextstrain-cli@master - with: - python-version: "3.10" - name: Revert build run: |