Skip to content

Commit

Permalink
ci: try another way, rdflib deps installed and then install rdflib
Browse files Browse the repository at this point in the history
  • Loading branch information
salvafern committed Sep 19, 2023
1 parent 5810e42 commit 63488c9
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/pkgcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,11 @@ jobs:
pkgcheck:
runs-on: ubuntu-latest
steps:
- name: Update apt-get cache
run: sudo apt-get update

- name: Update packages
run: sudo apt update

- name: Add rdflib deps
run: sudo apt-get install libcurl4-gnutls-dev librasqal3-dev libraptor2-dev librdf0-dev
- name: Install rdfdeps
run: sudo apt-get update -y && sudo apt-get install -y libcurl4-gnutls-dev librasqal3-dev libraptor2-dev librdf0-dev

- name: Install rdflib apart
run: |
R -e "install.packages('rdflib')"
sudo R -e "install.packages('rdflib')"
- uses: ropensci-review-tools/pkgcheck-action@main

0 comments on commit 63488c9

Please sign in to comment.