Skip to content

Commit

Permalink
add ontoenv install to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Jan 22, 2025
1 parent fa2858b commit 583733c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
with:
fetch-depth: 0

- name: get ontoenv
run: |
wget https://github.com/gtfierro/ontoenv-rs/releases/download/v0.1.10a7/ontoenv_v0.1.10a7_x86_64_linux_gnu
chmod +x ontoenv_v0.1.10a7_x86_64_linux_gnu
sudo mv ontoenv_v0.1.10a7_x86_64_linux_gnu /usr/local/bin/ontoenv
- uses: actions/setup-python@v4
with:
python-version: 3.11
Expand Down

0 comments on commit 583733c

Please sign in to comment.