Skip to content

Commit 7b99595

Browse files
committed
test with latest only
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent d9f81e8 commit 7b99595

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,10 @@ workflows:
1818
branches:
1919
ignore: master
2020
name: "Latest Singularity with Python 3"
21-
run-linter: false
21+
run-linter: true
2222
python: 3
2323
singularity: 3.2.1
2424
singularity-3: true
25-
- run-scompose-ci-tests:
26-
<<: *base_job
27-
name: "Singularity 3.2.0 - Python 3"
28-
singularity: 3.2.0
2925

3026
################################################################################
3127
# Functions
@@ -111,4 +107,3 @@ jobs:
111107
steps:
112108
- run: *run_linter
113109
- run: *test_scompose
114-

0 commit comments

Comments
 (0)