Skip to content

Commit

Permalink
Update pylode.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
situx authored Apr 4, 2024
1 parent b4e4ba6 commit 1226845
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/pylode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,20 @@ jobs:
- uses: actions/checkout@v1
with:
ref: geosparql-1.1
- uses: actions/cache@v3
with:
path: ~/.fontist
key: fontist-ubuntu-latest
restore-keys: fontist-ubuntu-latest

- uses: actions-mn/setup@main

- name: Create Ontology Documentation 🔧
run: |
sudo apt-get install python3 python3-setuptools python3-pip -y
sudo apt-get install gcc libpq-dev -y
sudo apt-get install python3-dev python3-pip -y
sudo apt-get install asciidoctor ruby -y
sudo gem install --pre asciidoctor-pdf
sudo apt-get install ruby -y
sudo apt-get install python3-venv python3-wheel -y
sudo pip3 install wheel pylode==2.13.2 rdflib
mkdir docs
Expand Down

0 comments on commit 1226845

Please sign in to comment.