We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3d41b commit 3e54fc6Copy full SHA for 3e54fc6
.github/workflows/docs.yml
@@ -1,4 +1,4 @@
1
-name: website
+name: generate documentation
2
3
# build the documentation whenever there are new commits on release_v1.0.0
4
on:
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v4
22
- uses: actions/setup-python@v5
23
with:
24
- python-version: '3.11'
+ python-version: '3.12'
25
26
# install all dependencies (including pdoc)
27
- run: pip install pipenv
.github/workflows/python-app.yml
@@ -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
5
6
7
push:
0 commit comments