Skip to content

Commit

Permalink
Merge pull request #11 from zargham-ahmad/fix-ci
Browse files Browse the repository at this point in the history
Fixed CI
  • Loading branch information
hechth authored Jun 29, 2023
2 parents d5960f6 + 7bd6f49 commit b26c678
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 @@ -50,6 +50,9 @@ jobs:
run: wget -P tests/testthat/test-data/batchwise-correction -i tests/remote-files/fetch_waveica_batchwise.txt
- name: Fetch nonbatchwise waveica results
run: 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 b26c678

Please sign in to comment.