From 7a34fb6ada3ebba896415103bb5b7c964a1d0b61 Mon Sep 17 00:00:00 2001 From: David Linke Date: Tue, 20 Feb 2024 09:55:19 +0100 Subject: [PATCH] Update workflows to voc4cat-tool 0.8.1 --- .github/workflows/ci-pr.yml | 2 +- .github/workflows/merge.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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