File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments