Skip to content

Commit

Permalink
Merge branch 'master' into refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth authored Aug 1, 2024
2 parents cbe48ea + b26c678 commit c8bf06d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/r-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
wget -P tests/testthat/test-data -i tests/remote-files/fetch_input_data.txt
wget -P tests/testthat/test-data/batchwise-correction -i tests/remote-files/fetch_waveica_batchwise.txt
wget -P tests/testthat/test-data/nonbatchwise-correction -i tests/remote-files/fetch_waveica_nonbatchwise.txt
- name: setup Rtools
if: ${{ matrix.os == 'windows-latest' }}
uses: r-windows/install-rtools@master
- name: Run devtools::check()
run: |
conda activate recetox-waveica-dev
Expand Down

0 comments on commit c8bf06d

Please sign in to comment.