Skip to content

Commit 350cf0f

Browse files
committed
Update to use new 1.0.0rc2 command options
1 parent ceadc14 commit 350cf0f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
python -m pip install --upgrade pip setuptools wheel
7373
7474
# install tagged version
75-
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.0rc1
75+
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.0rc2
7676
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
7777
7878
# install custom pylode 2.x (adds sorted collections,
@@ -103,7 +103,7 @@ jobs:
103103
- name: Run voc4cat (post-convert checks)
104104
run: |
105105
# check all ttl file(s) in outbox
106-
voc4cat check --detect-hierarchy-redundancy --config _main_branch/idranges.toml --logfile outbox/voc4cat.log outbox/
106+
voc4cat check --redundant-hierarchies --config _main_branch/idranges.toml --logfile outbox/voc4cat.log outbox/
107107
# check if vocabulary changes are allowed
108108
voc4cat check --config _main_branch/idranges.toml --logfile outbox/voc4cat.log --ci-post _main_branch/vocabularies outbox/
109109

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
python -m pip install --upgrade pip setuptools wheel
6666
6767
# install tagged version
68-
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.0rc1
68+
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.0rc2
6969
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
7070
7171
# 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
# install tagged version
64-
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.0rc1
64+
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.0rc2
6565
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
6666
6767
# install custom pylode 2.x

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ convert: _fake_actions_env
6464
# Delete xlsx in outbox that may be present from former runs
6565
@rm -f outbox/voc4cat.xlsx
6666
# check all ttl file(s) in outbox
67-
@voc4cat check --detect-hierarchy-redundancy --config _main_branch/idranges.toml --logfile outbox/voc4cat.log outbox/
67+
@voc4cat check --redundant-hierarchies --config _main_branch/idranges.toml --logfile outbox/voc4cat.log outbox/
6868
# check if vocabulary changes are allowed
6969
@voc4cat check --config _main_branch/idranges.toml --logfile outbox/voc4cat.log --ci-post _main_branch/vocabularies outbox/
7070

0 commit comments

Comments
 (0)