Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main
- free_some_deps
schedule:
- cron: "0 0 * * *"

Expand Down Expand Up @@ -101,8 +102,6 @@ jobs:
run: conda list
- name: Check dependencies are compatible
run: pip check
- name: Check code quality
run: pre-commit run -a
- name: Run tests
run: pytest -n 2 -m "not installation" 2>&1 | tee test_osx_artifacts_python_${{ matrix.python-version }}/test_report.txt
- name: Upload artifacts
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ repos:
# entry: nclcodestyle
# language: system
# files: '\.(ncl|NCL)$'
# - repo: https://github.com/lorenzwalthert/precommit/ # Checks for R
# rev: 'v0.4.2'
# hooks:
# - id: style-files # styler
# - id: lintr
- repo: https://github.com/lorenzwalthert/precommit/ # Checks for R
rev: 'v0.4.2'
hooks:
- id: style-files # styler
- id: lintr
# - repo: https://github.com/codespell-project/codespell
# rev: 'v2.3.0'
# hooks:
Expand Down
6 changes: 1 addition & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies:

# R and dependencies
- cdo
- r-base >=3.5
- r-base >=4.4
- r-abind
- r-akima
- r-climdex.pcic
Expand All @@ -121,7 +121,3 @@ dependencies:
- r-spei
- r-udunits2
- r-yaml
# R packages needed for development
- r-git2r # dependency of lintr
- r-lintr ==3.1.2
- r-styler ==1.10.3
Comment thread
valeriupredoi marked this conversation as resolved.
Loading