Skip to content

Commit

Permalink
install docopt manually to address lorenzwalthert/precommit#88
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Mar 5, 2021
1 parent b3ecd44 commit 039984f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pre-commit.yml
Expand Up @@ -24,9 +24,8 @@ jobs:

- name: Set up R
id: setup-r
uses: r-lib/actions/setup-r@v1
with:
r-version: "release"
run: |
R -e "install.packages('docopt')"
- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 039984f

Please sign in to comment.