Skip to content

Commit 7f51269

Browse files
committed
Update actions to use voc4cat-tool v1.0.2
1 parent 19ed268 commit 7f51269

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
python -m pip install --upgrade pip setuptools wheel
7474
7575
# Select to install a stable tagged version or main branch (in development)
76-
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.1
76+
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.2
7777
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
7878
7979
# install custom pylode 2.x (adds sorted collections,

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
python -m pip install --upgrade pip setuptools wheel
6868
6969
# Select to install a stable tagged version or main branch (in development)
70-
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.1
70+
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.2
7171
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
7272
7373
# install custom pylode 2.x

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
python -m pip install --upgrade pip setuptools wheel
6262
6363
# Select to install a stable tagged version or main branch (in development)
64-
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.1
64+
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.2
6565
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
6666
6767
# install custom pylode 2.x

0 commit comments

Comments
 (0)