Skip to content
Snippets Groups Projects
Commit 30d83315 authored by Christine Kim's avatar Christine Kim
Browse files

Update python versions and change conda env

parent f27fddf7
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ jobs: ...@@ -15,7 +15,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
python-version: ["3.6", "3.7", "3.8"] python-version: ["3.8", "3.9", "3.10", "3.11"]
defaults: defaults:
run: run:
shell: bash -l {0} shell: bash -l {0}
...@@ -30,7 +30,7 @@ jobs: ...@@ -30,7 +30,7 @@ jobs:
use-mamba: true use-mamba: true
channels: conda-forge, defaults channels: conda-forge, defaults
channel-priority: strict channel-priority: strict
activate-environment: autocnet activate-environment: plio
environment-file: environment.yml environment-file: environment.yml
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Check build environment - name: Check build environment
...@@ -74,4 +74,3 @@ jobs: ...@@ -74,4 +74,3 @@ jobs:
run: | run: |
cd docs cd docs
sphinx-build -b html . public sphinx-build -b html . public
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment