Skip to content

Commit 3e54fc6

Browse files
committed
See if generating documentation also
works with Python 3.12. More specific naming of the workflows.
1 parent 6d3d41b commit 3e54fc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: website
1+
name: generate documentation
22

33
# build the documentation whenever there are new commits on release_v1.0.0
44
on:
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-python@v5
2323
with:
24-
python-version: '3.11'
24+
python-version: '3.12'
2525

2626
# install all dependencies (including pdoc)
2727
- run: pip install pipenv

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a single version of Python
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
33

4-
name: Python application
4+
name: Run regression tests
55

66
on:
77
push:

0 commit comments

Comments
 (0)