Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoFabbri93 committed Sep 25, 2024
1 parent 6d76d6b commit 1179c41
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on:
workflow_dispatch:
# Comment the following two lines to disable automatically executing the workflow
# push:
# branches: main

Expand All @@ -20,13 +21,7 @@ jobs:
- name: Install R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.4.0'

- name: Run Bash commands
run: |
if (!requireNamespace("renv", quietly=TRUE)) install.packages("renv")
renv::restore(packages = "lsa")
shell: Rscript {0}
r-version: '4.4.1'

- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
Expand Down

0 comments on commit 1179c41

Please sign in to comment.