From 5418ea4cc85eef0c6712259dcc1e3fac456f6b5f Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Thu, 27 Oct 2022 12:00:39 -0600 Subject: [PATCH] update python version to 3.8 in GitHub Actions environment --- .github/workflows/documentation.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index a14891b7fb..9b6babefd8 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.6' + python-version: '3.8' - name: Install dependencies run: | python -m pip install --upgrade sphinx sphinx-gallery sphinx_rtd_theme diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f60cb04e59..66a9d352fa 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.6' + python-version: '3.8' - name: Get METplus Image run: .github/jobs/docker_setup.sh env: