Skip to content

Commit

Permalink
enable docs build in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Nov 17, 2023
1 parent bcb0d95 commit 32bcaaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ["3.8", "3.9", "3.10"]
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
Expand All @@ -32,8 +32,8 @@ jobs:
run: make test
- name: Lint with flake8 ⚙️
run: make lint
if: matrix.python-version == 3.7
if: matrix.python-version == 3.8
- name: Build docs 🏗️
run: make docs
if: false
if: matrix.python-version == 3.8

0 comments on commit 32bcaaf

Please sign in to comment.