Skip to content

Commit

Permalink
Install R maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Mar 5, 2021
1 parent efb6c41 commit b3ecd44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,18 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-python@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.8"
architecture: "x64"

- name: Set up R
id: setup-r
uses: r-lib/actions/setup-r@v1
with:
r-version: "release"

- uses: actions/cache@v2
with:
path: ~/.cache/pre-commit
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
args: [openproblems]
additional_dependencies: ['hacking']
- repo: https://github.com/lorenzwalthert/precommit
rev: v1.2.3
rev: v0.1.3
hooks:
- id: parsable-R
- id: style-files
Expand Down

0 comments on commit b3ecd44

Please sign in to comment.