From cff2393d730c2e305548f72848aa991b56c21f29 Mon Sep 17 00:00:00 2001 From: David Linke Date: Sun, 3 Sep 2023 23:11:34 +0200 Subject: [PATCH] Update workflows to 0.7.6 --- .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 958f2fb..74171c1 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.7.5 + python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.6 # 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 427830d..69c31a2 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.7.5 + python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.6 # 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 7e534a9..4f46fc1 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.7.5 + python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.6 # python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main # install custom pylode 2.x