Skip to content

Commit

Permalink
Added configuration for git user
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Dec 23, 2021
1 parent adf7c78 commit e3bed16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements/dev.txt
git config user.name github-actions
git config user.email github-actions@github.com
make pubdocs
# - name: Sphinx Pages
# # You may pin to the exact commit or the version.
Expand Down

0 comments on commit e3bed16

Please sign in to comment.