Skip to content

Commit

Permalink
Rearranged order of R setup in build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed May 16, 2024
1 parent 0bc8911 commit 63e927b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up R ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@v2
with:
r-version: release
- name: Setup Miniconda using Python ${{ matrix.python-version }}
uses: conda-incubator/setup-miniconda@v3
with:
Expand All @@ -44,10 +48,6 @@ jobs:
environment-file: environment.yml
python-version: ${{ matrix.python-version }}
auto-activate-base: false
- name: Set up R ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@v2
with:
r-version: release
- name: Build
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 63e927b

Please sign in to comment.