Skip to content

Commit 4f49f37

Browse files
committed
need to install before lint
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent a930f54 commit 4f49f37

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ run_linter: &run_linter
3131
name: run linter
3232
command: pylint ~/repo/scompose
3333

34+
install_scompose: &install_scompose
35+
name: Install Singularity Compose
36+
command: |
37+
cd ~/repo
38+
pip install .[all]
39+
3440
test_scompose: &test_scompose
3541
name: Test Singularity Compose
3642
command: |
@@ -102,6 +108,7 @@ jobs:
102108
paths:
103109
- ~/conda
104110
key: v1-dependencies
111+
- run: *install_scompose
105112
- when:
106113
condition: << parameters.run-linter >>
107114
steps:

0 commit comments

Comments
 (0)