Skip to content

Commit

Permalink
Hades wide lock file (#8)
Browse files Browse the repository at this point in the history
* HADES-wide lock file and GHA Workflow updates

* Sync lock files
  • Loading branch information
anthonysena authored Aug 13, 2023
1 parent 866a293 commit 0c56bc3
Show file tree
Hide file tree
Showing 4 changed files with 1,782 additions and 2,306 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/Test_module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ jobs:
fail-fast: false
matrix:
config:
- {os: windows-latest, r: 'release', rspm: "https://cloud.r-project.org"}
- {os: macOS-latest, r: 'release', rspm: "https://cloud.r-project.org"}
#- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: windows-latest, r: '4.2.3', rtools: '42', rspm: "https://cloud.r-project.org"}
- {os: macOS-latest, r: '4.2.3', rtools: '42', rspm: "https://cloud.r-project.org"}
- {os: ubuntu-20.04, r: '4.2.3', rtools: '42', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
- {os: windows-latest, r: 'release', rtools: '', rspm: "https://cloud.r-project.org"}
- {os: macOS-latest, r: 'release', rtools: '', rspm: "https://cloud.r-project.org"}
- {os: ubuntu-20.04, r: 'release', rtools: '', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}

env:
GITHUB_PAT: ${{ secrets.GH_TOKEN }}
Expand All @@ -43,20 +46,22 @@ jobs:
CDM5_SQL_SERVER_USER: ${{ secrets.CDM5_SQL_SERVER_USER }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}

rtools-version: ${{ matrix.config.rtools }}

- name: Install system requirements
if: runner.os == 'Linux'
run: |
sudo apt-get install -y make
sudo apt-get install -y default-jdk
sudo apt-get install -y libcurl4-openssl-dev
sudo apt-get install -y libssl-dev
sudo apt-get install -y libglpk-dev
- uses: r-lib/actions/setup-renv@v2
with:
cache-version: 4
Expand Down
Loading

0 comments on commit 0c56bc3

Please sign in to comment.