Skip to content

Commit

Permalink
add submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
zoushucai committed Feb 21, 2024
1 parent 2c237e0 commit c0eb7b1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
clean: true

- name: setup miniconda
if: env.should_run_next_step == 'true'
uses: conda-incubator/setup-miniconda@v2
with:
miniforge-variant: Mambaforge
Expand All @@ -35,27 +34,23 @@ jobs:
environment-file: etc/example-environment.yml

- name: Setup R
if: env.should_run_next_step == 'true'
uses: r-lib/actions/setup-r@v2
with:
r-version: "4.2.3"
use-public-rspm: true

- name: Cache R dependencies
if: env.should_run_next_step == 'true'
uses: actions/cache@v3
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-R-${{ hashFiles('**/DESCRIPTION') }}
restore-keys: |
${{ runner.os }}-R-
- name: Setup R dependencies
if: env.should_run_next_step == 'true'
uses: r-lib/actions/setup-r-dependencies@v2
with:
cache: true
cache-version: 1
- name: Run bash scripts
if: env.should_run_next_step == 'true'
run: |
bash ./main.sh

0 comments on commit c0eb7b1

Please sign in to comment.