Skip to content

Commit

Permalink
use python 3.6 for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonieFierz authored May 14, 2024
1 parent 97cea7a commit 7dc248e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ on:
push:
branches:
- master
- fix-docs-build
tags:
- "^[0-9]+.[0-9]+.[0-9]+"

jobs:
documentation:
uses: sensirion/.github/.github/workflows/driver.python.documentation.yml@main
with:
build-python-version: 3.8
build-python-version: 3.6

0 comments on commit 7dc248e

Please sign in to comment.