We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a930f54 commit 4f49f37Copy full SHA for 4f49f37
.circleci/config.yml
@@ -31,6 +31,12 @@ run_linter: &run_linter
31
name: run linter
32
command: pylint ~/repo/scompose
33
34
+install_scompose: &install_scompose
35
+ name: Install Singularity Compose
36
+ command: |
37
+ cd ~/repo
38
+ pip install .[all]
39
+
40
test_scompose: &test_scompose
41
name: Test Singularity Compose
42
command: |
@@ -102,6 +108,7 @@ jobs:
102
108
paths:
103
109
- ~/conda
104
110
key: v1-dependencies
111
+ - run: *install_scompose
105
112
- when:
106
113
condition: << parameters.run-linter >>
107
114
steps:
0 commit comments