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 d9f81e8 commit 7b99595Copy full SHA for 7b99595
.circleci/config.yml
@@ -18,14 +18,10 @@ workflows:
18
branches:
19
ignore: master
20
name: "Latest Singularity with Python 3"
21
- run-linter: false
+ run-linter: true
22
python: 3
23
singularity: 3.2.1
24
singularity-3: true
25
- - run-scompose-ci-tests:
26
- <<: *base_job
27
- name: "Singularity 3.2.0 - Python 3"
28
- singularity: 3.2.0
29
30
################################################################################
31
# Functions
@@ -111,4 +107,3 @@ jobs:
111
107
steps:
112
108
- run: *run_linter
113
109
- run: *test_scompose
114
-
0 commit comments