Skip to content

Commit

Permalink
Update ci-run_plsr_example.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
serbinsh authored Jun 18, 2024
1 parent 40b892c commit 9652a9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-run_plsr_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
- "4.1"
- "4.2"
- "4.3"
- "4.4"

steps:
#check out source code
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2
with:
Expand All @@ -50,7 +51,7 @@ jobs:

- name: Install dependencies
run: |
Rscript -e 'remotes::install_github(repo="TESTgroup-BNL/spectratrait", dependencies=TRUE)'
Rscript -e 'remotes::install_github(repo="plantphys/spectratrait", dependencies=TRUE)'
# Run R script
- name: Run Ely et al. (2019) PLSR Example
Expand Down

0 comments on commit 9652a9c

Please sign in to comment.