From 1a044b28a3516462233c1489c411746737c9bcd1 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Fri, 31 Jul 2020 14:10:18 -0700 Subject: [PATCH] Updating github ci for Python 3.8 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6caf140f..95490cfa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,13 +14,13 @@ jobs: # We run most of our testing on linux but it should apply to mac too; # we can always add an explicit mac job if it seems worthwhile. ci_unix: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v1 - name: Set up Python uses: actions/setup-python@v1 with: - python-version: 3.7 + python-version: 3.8 - name: Install dependencies run: tools/pcommand install_pip_reqs - name: Run checks and tests @@ -36,7 +36,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v1 with: - python-version: 3.7 + python-version: 3.8 - name: Install dependencies run: | python -m pip install --upgrade pip