Skip to content

Commit

Permalink
Build docs on 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
chkim-usgs committed Jul 12, 2023
1 parent e4742a9 commit 96f51de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.8", "3.9"] #, "3.10", "3.11"]
python-version: ["3.10", "3.11"] #["3.8", "3.9", "3.10", "3.11"]
defaults:
run:
shell: bash -l {0}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
verbose: true
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
- name: Build Docs
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
run: |
conda install doxygen
cd docs
Expand Down

0 comments on commit 96f51de

Please sign in to comment.