diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 018bad41..4e3e9cba 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -59,8 +59,8 @@ jobs: python -m pip install --upgrade pip setuptools wheel # install tagged version - python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.7 - # python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main + # python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.7 + python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main # install custom pylode 2.x (adds sorted collections, # uses URIs as fragment IDs and is git-installable) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 23f4d977..05d03374 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -53,8 +53,8 @@ jobs: python -m pip install --upgrade pip setuptools wheel # install tagged version - python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.7 - # python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main + # python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.7 + python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main # install custom pylode 2.x python -m pip install git+https://github.com/dalito/pyLODE.git@nfdi4cat-2.x diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 301e39b9..9bf6bf2d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -53,8 +53,8 @@ jobs: python -m pip install --upgrade pip setuptools wheel # install tagged version - python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.7 - # python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main + # python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.7 + python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main # install custom pylode 2.x python -m pip install git+https://github.com/dalito/pyLODE.git@nfdi4cat-2.x