We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2c8019 + df1ac7a commit c85b674Copy full SHA for c85b674
.github/workflows/quarto-pages.yml
@@ -40,8 +40,9 @@ jobs:
40
run: pip install pipx
41
42
- 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
+ run: pipx install git+https://github.com/isamplesorg/vocab_tools.git@main
+ # 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
46
# sets up python code to convert skos to markdown; code is run
47
# in generate_vocab_docs.sh
48
0 commit comments