Skip to content

Commit

Permalink
Fix doc build and workflow job name. (#768)
Browse files Browse the repository at this point in the history
* Fix doc build.

* Fix workflow job name.
  • Loading branch information
jezdez committed Nov 14, 2021
1 parent cfca412 commit 4f29996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
name: Python ${{ matrix.python }}
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-latest

# The maximum number of minutes to let a workflow run
Expand Down
1 change: 1 addition & 0 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Sphinx
docutils<0.18

0 comments on commit 4f29996

Please sign in to comment.