Skip to content

Commit

Permalink
chore: Install wellmap for R tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kalekundert committed Jun 10, 2020
1 parent a778b41 commit cad088d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ jobs:
- uses: r-lib/actions/setup-r@v1
- name: Install numpy
shell: bash
run: pip install numpy
run:
which python
pip install numpy ..
pip freeze
- name: Install test dependencies
run: |
install.packages(c("remotes", "rcmdcheck"))
Expand Down

0 comments on commit cad088d

Please sign in to comment.