File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,15 @@ jobs:
26
26
uses : conda-incubator/setup-miniconda@v2
27
27
with :
28
28
auto-update-conda : true
29
- mamba-version : " *"
30
- channels : conda-forge,bioconda,defaults
29
+ miniforge-version : latest
30
+ use-mamba : true
31
+ channels : conda-forge,bioconda
31
32
channel-priority : true
32
33
python-version : 3.8
33
34
34
35
- name : Set-up channels and install conda build
35
36
run : |
36
- mamba install -y conda-build conda-verify
37
+ mamba install -y conda-build conda-verify boa
37
38
shell : bash
38
39
39
40
- name : build and test package
Original file line number Diff line number Diff line change 2
2
# R specific hooks: https://github.com/lorenzwalthert/precommit
3
3
repos :
4
4
- repo : https://github.com/lorenzwalthert/precommit
5
- rev : v0.3.2.9007
5
+ rev : v0.3.2.9021
6
6
hooks :
7
7
- id : style-files
8
8
args : [--style_pkg=styler, --style_fun=tidyverse_style]
17
17
- id : end-of-file-fixer
18
18
exclude : ' \.Rd'
19
19
- repo : https://github.com/pre-commit-ci/pre-commit-ci-config
20
- rev : v1.5 .1
20
+ rev : v1.6 .1
21
21
hooks :
22
22
# Only reuiqred when https://pre-commit.ci is used for config validation
23
23
- id : check-pre-commit-ci-config
31
31
exclude : " inst/extdata/.*"
32
32
# `exclude: <regex>` to allow committing specific files
33
33
- repo : https://github.com/pre-commit/mirrors-prettier
34
- rev : v3.0.0-alpha.6
34
+ rev : v3.0.3
35
35
hooks :
36
36
- id : prettier
37
37
Original file line number Diff line number Diff line change 1
-
2
1
test_that(" cell_type mapping to a single method_cell_type are calculated correctly" , {
3
2
fractions <- data.frame (sample1 = c(" B cell" = .3 , " T cell CD4+" = .5 , " Myeloid dendritic cell" = .2 ))
4
3
cell_type <- " T cell CD4+"
You can’t perform that action at this time.
0 commit comments