Skip to content

Commit

Permalink
Setup jaspTools in downstream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TimKDJ authored Dec 21, 2021
1 parent b2d137d commit 9895359
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/downstream-tests-on-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ jobs:
shell: Rscript {0}

- name: Install ${{ github.event.repository.name }}
run: remotes::install_local(".")
run: |
remotes::install_local(".")
jaspTools::setupJaspTools(force = FALSE)
shell: Rscript {0}

- name: Run unit tests
Expand Down

0 comments on commit 9895359

Please sign in to comment.