From df1ac7ab4ab133cdb6880c0c5137ab25d53c01ec Mon Sep 17 00:00:00 2001 From: Stephen Richard Date: Thu, 15 Aug 2024 08:29:26 -0700 Subject: [PATCH] install vocab_tools from isamplesorg/vocab_tools was set to use smrgeoinfo fork of vocab_tools, but only diff is in comments. --- .github/workflows/quarto-pages.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quarto-pages.yml b/.github/workflows/quarto-pages.yml index 8c42855e..ea74925f 100644 --- a/.github/workflows/quarto-pages.yml +++ b/.github/workflows/quarto-pages.yml @@ -40,8 +40,9 @@ jobs: run: pip install pipx - name: "install vocab_tools" - #run: pipx install git+https://github.com/isamplesorg/vocab_tools.git@main - 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. + #run: pipx install git+https://github.com/smrgeoinfo/vocab_tools.git@main # sets up python code to convert skos to markdown; code is run # in generate_vocab_docs.sh