Skip to content

Commit

Permalink
avoid bulding the package in each tests
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed May 12, 2024
1 parent ab54319 commit 330ce2c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/development_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ jobs:
R_KEEP_PKG_SOURCE: yes # NOTE Jo: not sure why this is here?
steps:
- uses: actions/checkout@v4
- name: Create build location
run: |
mkdir ${{ env.BUILD_LOC }}
shell: bash
- name: Disable renv
run: |
renv::deactivate()
Expand Down

0 comments on commit 330ce2c

Please sign in to comment.