From 30d83315b9e772d6d68b2f7a07c1f083c4eb2dd4 Mon Sep 17 00:00:00 2001 From: Christine Kim <chkim@usgs.gov> Date: Thu, 7 Sep 2023 05:57:28 -0700 Subject: [PATCH] Update python versions and change conda env --- .github/workflows/continuous_integration.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 4e41779..0cc2958 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - python-version: ["3.6", "3.7", "3.8"] + python-version: ["3.8", "3.9", "3.10", "3.11"] defaults: run: shell: bash -l {0} @@ -30,7 +30,7 @@ jobs: use-mamba: true channels: conda-forge, defaults channel-priority: strict - activate-environment: autocnet + activate-environment: plio environment-file: environment.yml python-version: ${{ matrix.python-version }} - name: Check build environment @@ -74,4 +74,3 @@ jobs: run: | cd docs sphinx-build -b html . public - \ No newline at end of file -- GitLab