Skip to content

Commit df1ac7a

Browse files
authored
install vocab_tools from isamplesorg/vocab_tools
was set to use smrgeoinfo fork of vocab_tools, but only diff is in comments.
1 parent f2c8019 commit df1ac7a

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)