Skip to content

Commit

Permalink
Merge pull request #109 from py-econometrics/r2u
Browse files Browse the repository at this point in the history
switch workflow to r2u
  • Loading branch information
s3alfisc authored Jun 26, 2024
2 parents 9587f91 + e32a3bd commit fd72d39
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@ jobs:
- name: Checkout source
uses: actions/checkout@v2

- name: Setup R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.2.0'
- name: Setup r2u
uses: eddelbuettel/github-actions/r2u-setup@master

- name: install fwildclusterboot for testing
run: Rscript -e 'install.packages("fwildclusterboot", repos="https://cloud.r-project.org")'
- name: install R packages
run: Rscript -e 'install.packages(c("fwildclusterboot"))'
shell: bash


- name: Setup python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit fd72d39

Please sign in to comment.