From a4a7b516f4ef509c5634c6479bc8ab2527b837a8 Mon Sep 17 00:00:00 2001 From: Cassidy Wagner Date: Thu, 11 Jan 2024 23:35:32 -0800 Subject: [PATCH] CI updates --- .github/workflows/sphinx.yml | 7 ++++++- docs/source/conf.py | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 17831a5..b16165c 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -4,7 +4,12 @@ on: push jobs: build: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + strategy: + fail-fast: false + matrix: + python-version: ["3.10", "3.11", "3.12"] + os: [ubuntu-latest, macOS-latest, windows-latest] permissions: contents: write steps: diff --git a/docs/source/conf.py b/docs/source/conf.py index b8f63e7..f647682 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,10 +23,10 @@ # sys.modules[mod_name] = mock.Mock() -import oceans_sf -import pandas import geopy +import pandas +import oceans_sf # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information