Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Aug 3, 2023
2 parents e6da7db + fadfa5f commit 3f7534c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ jobs:
python -VV
python -m pip install --upgrade pip setuptools wheel
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
# install tagged version
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.5.1
# examples for other install options
# python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
# from private repo: python -m pip install git+https://anon:${{ SECRETS.READ_PAT_VOC4CAT }}@github.com/dalito/voc4cat-tool.git@main
- name: Dynamically set RUN_DATE environment variable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
python -VV
python -m pip install --upgrade pip setuptools wheel
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@main
python -m pip install git+https://github.com/nfdi4cat/voc4cat-tool.git@v0.5.1
- name: Run voc4cat to build docs & Excel-files matching turtle files
run: |
Expand Down

0 comments on commit 3f7534c

Please sign in to comment.