Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaSeep committed Jun 28, 2024
1 parent d05c5ba commit f6c0fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/start_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-renv@v2

- name: Install system dependencies
run: |
Expand All @@ -25,7 +24,8 @@ jobs:
# key: ${{ runner.os }}-renv-${{ hashFiles('**/renv.lock') }}
# restore-keys: |
# ${{ runner.os }}-renv-

- uses: r-lib/actions/setup-renv@v2

- name: Restore packages
shell: Rscript {0}
run: |
Expand Down

0 comments on commit f6c0fc4

Please sign in to comment.