Skip to content

Commit

Permalink
Update workflows to 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Oct 30, 2023
1 parent 218de9d commit decf6c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.7
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
# install custom pylode 2.x (adds sorted collections,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.7
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
# install custom pylode 2.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.7.7
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
# install custom pylode 2.x
Expand Down
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"affiliation": "Leibniz Institute for Catalysis, Albert-Einstein-Str. 29 A, 18059 Rostock, Germany"
}
],
"description": "<p>A repository template with workflows to maintain SKOS-vocabularies on GitHub as a community of for yourself.</p>\n\n<p>The workflows use the software <a href=\"https://github.com/nfdi4cat/voc4cat-tool/\">voc4cat-tool(</a> and GitHub features like pull requests, gh-actions, gh-pages etc. to reduce the maintenance workload for contributors and editors. The template has been developed as part of the <a href=\"http://www.nfdi4cat.org\">NFDI4Cat</a> initiative and is used for the SKOS-vocabulary for catalysis <a href=\"https://github.com/nfdi4cat/voc4cat/\"><b>voc4cat</b></a>.</p>",
"description": "<p>A repository template with workflows to maintain SKOS vocabularies on GitHub as a community or for yourself.</p>\n\n<p>The workflows use the software <a href=\"https://github.com/nfdi4cat/voc4cat-tool/\">voc4cat-tool</a> and GitHub features like pull requests, gh-actions, gh-pages etc. to reduce the maintenance workload for contributors and editors. The template has been developed as part of the <a href=\"http://www.nfdi4cat.org\">NFDI4Cat</a> initiative and is used for the SKOS vocabulary for catalysis <a href=\"https://github.com/nfdi4cat/voc4cat/\"><b>voc4cat</b></a>.</p>",
"keywords": [
"SKOS", "vocabulary", "maintenance", "xlsx", "linked data", "rdf"
],
Expand Down

0 comments on commit decf6c7

Please sign in to comment.