Skip to content

Commit ee7dede

Browse files
committed
Temporarily switch to voc4cat-tool@main in actions
1 parent 5d85d53 commit ee7dede

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
python -m pip install --upgrade pip setuptools wheel
7272
7373
# install tagged version
74-
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.0rc2
75-
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
74+
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.0rc2
75+
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
7676
7777
# install custom pylode 2.x (adds sorted collections,
7878
# uses URIs as fragment IDs and is git-installable)

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ 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.0rc2
65-
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
64+
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v1.0.0rc2
65+
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
6666
6767
# install custom pylode 2.x
6868
python -m pip install git+https://github.com/dalito/pyLODE.git@nfdi4cat-2.x

0 commit comments

Comments
 (0)