Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ubco-cmps/data531_course
Browse files Browse the repository at this point in the history
  • Loading branch information
firasm committed Sep 23, 2020
2 parents 6b491a1 + 9eb2baf commit 41cabf9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.7

- name: Set up R
uses: actions/setup-r@v1
with:
r-version: '3.5.3' # The R version to download (if necessary) and use.

- name: Install dependencies
run: |
Expand Down

0 comments on commit 41cabf9

Please sign in to comment.