forked from pybamm-team/pybamm-cookie
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix failing doctests (pybamm-team#57)
Fixed doctests and added pybamm-cookie and PyPI badges to readme. Fixes pybamm-team#56
- Loading branch information
1 parent
34652d3
commit 9f9f180
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,8 +57,8 @@ jobs: | |
|
||
- name: Set up Git | ||
run: | | ||
git config --global user.name "pybamm user" | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "github-actions[bot]" | ||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" | ||
- name: Test template generation | ||
run: nox -s template-tests | ||
|
@@ -97,6 +97,11 @@ jobs: | |
- name: Install nox | ||
run: uv pip install nox[uv] | ||
|
||
- name: Set up Git | ||
run: | | ||
git config --global user.name "github-actions[bot]" | ||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" | ||
- name: Check if the documentation can be built | ||
run: nox -s docs | ||
|
||
|
@@ -169,6 +174,11 @@ jobs: | |
uv pip install copier jinja2-time | ||
copier copy . . --trust --defaults | ||
- name: Set up Git | ||
run: | | ||
git config --global user.name "github-actions[bot]" | ||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" | ||
- name: Check if the documentation can be built | ||
working-directory: ./pybamm-example-project | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters