Skip to content

Commit 17afc23

Browse files
authored
Update docs.yml
replace . with _ in package name
1 parent b164fe4 commit 17afc23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: pydoc-markdown install
146146
run: |
147147
python -m pip install --upgrade pip
148-
pip install nr.util>=0.8.12
148+
pip install nr_util>=0.8.12
149149
pip install pydoc-markdown pyyaml termcolor
150150
# Pin databind packages as version 4.5.0 is not compatible with pydoc-markdown.
151151
pip install databind.core==4.4.2 databind.json==4.4.2

0 commit comments

Comments
 (0)