Skip to content

Commit

Permalink
more work on lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Dec 12, 2021
1 parent 6a2be85 commit 3944ca5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/job.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
miniforge-variant: Mambaforge
use-mamba: true

- name: 'Revert templated file (TODO: remove)'
run: git checkout requirements/github-actions.yml

- name: Install linting dependencies
run: mamba env update -n test --file requirements/lint.yml

Expand Down
1 change: 0 additions & 1 deletion requirements/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dependencies:
# temporarily pin autopep8
- autopep8 <1.6.0
# for R language server and kernel
# TODO: try r 4.0 soon
- r {r}
- r-irkernel
- r-languageserver
Expand Down

0 comments on commit 3944ca5

Please sign in to comment.