Skip to content

Commit

Permalink
See if generating documentation also
Browse files Browse the repository at this point in the history
works with Python 3.12. More specific naming of the workflows.
  • Loading branch information
HannoSpreeuw committed Nov 21, 2024
1 parent 6d3d41b commit 3e54fc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: website
name: generate documentation

# build the documentation whenever there are new commits on release_v1.0.0
on:
Expand All @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'

# install all dependencies (including pdoc)
- run: pip install pipenv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python application
name: Run regression tests

on:
push:
Expand Down

0 comments on commit 3e54fc6

Please sign in to comment.