-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].2 | ||
python -m pip install git+https://github.com/nfdi4cat/[email protected].3 | ||
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main | ||
# install custom pylode 2.x (adds sorted collections, | ||
|
@@ -85,6 +85,10 @@ jobs: | |
run: | | ||
# convert file(s) from xlsx in inbox to turtle in outbox | ||
voc4cat convert --config _main_branch/idranges.toml --logfile outbox/voc4cat.log --outdir outbox inbox-excel-vocabs/ | ||
if [ ! -f outbox/*.ttl ]; then | ||
echo "No ttl file in outbox. Building joined vocabulary ttl-file from individual ttl-files in vocabulary." | ||
voc4cat transform --join --logfile outbox/voc4cat.log --outdir outbox/ vocabularies/ | ||
fi | ||
- name: Run voc4cat (post-convert checks) | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].2 | ||
python -m pip install git+https://github.com/nfdi4cat/[email protected].3 | ||
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main | ||
# install custom pylode 2.x | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].2 | ||
python -m pip install git+https://github.com/nfdi4cat/[email protected].3 | ||
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main | ||
# install custom pylode 2.x | ||
|