Skip to content

Commit c85b674

Browse files
authored
Merge pull request #12 from isamplesorg/smrgeoinfo-patch-vocab_tools
install vocab_tools from isamplesorg/vocab_tools
2 parents f2c8019 + df1ac7a commit c85b674

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/quarto-pages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ jobs:
4040
run: pip install pipx
4141

4242
- name: "install vocab_tools"
43-
#run: pipx install git+https://github.com/isamplesorg/vocab_tools.git@main
44-
run: pipx install git+https://github.com/smrgeoinfo/vocab_tools.git@main
43+
run: pipx install git+https://github.com/isamplesorg/vocab_tools.git@main
44+
# 2024-08-15 smr, comment install from smrgeoinfo repo-- only difference seems to be in some comments in the code.
45+
#run: pipx install git+https://github.com/smrgeoinfo/vocab_tools.git@main
4546
# sets up python code to convert skos to markdown; code is run
4647
# in generate_vocab_docs.sh
4748

0 commit comments

Comments
 (0)