Skip to content

Commit

Permalink
R env mismatch?
Browse files Browse the repository at this point in the history
  • Loading branch information
fradav committed May 15, 2024
1 parent 0f01395 commit 0889e33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: write
steps:
- name: Checking out repository for Github action
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cache micromamba
uses: mamba-org/setup-micromamba@v1
Expand Down Expand Up @@ -46,8 +46,6 @@ jobs:

- name: Install R Dependencies with renv
uses: r-lib/actions/setup-renv@v2
with:
cache-version: 1

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
Expand Down
2 changes: 2 additions & 0 deletions renv/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ lock/
python/
sandbox/
staging/
activate.R
settings.json

0 comments on commit 0889e33

Please sign in to comment.