diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index e116ec3..f5c1278 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -59,7 +59,7 @@ 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.8.0 + python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.8.1 # python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main # install custom pylode 2.x (adds sorted collections, diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 6300ce2..e37ae19 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -53,7 +53,7 @@ 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.8.0 + python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.8.1 # python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main # install custom pylode 2.x diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e193bfc..46d1ef7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -53,7 +53,7 @@ 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.8.0 + python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.8.1 # python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main # install custom pylode 2.x