Skip to content

Commit ce8101d

Browse files
authored
Merge pull request #146 from tillenglert/Fix_conda_tests
Comment out the testing of conda
2 parents 8431012 + 3b873a1 commit ce8101d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- "24.04.2"
3333
- "latest-everything"
3434
profile:
35-
- "conda"
35+
# - "conda"
3636
- "docker"
3737
- "singularity"
3838
test_name:
@@ -49,8 +49,8 @@ jobs:
4949
- ${{ github.base_ref == 'master' }}
5050
# Exclude conda and singularity on dev
5151
exclude:
52-
- isMaster: false
53-
profile: "conda"
52+
# - isMaster: false
53+
# profile: "conda"
5454
- isMaster: false
5555
profile: "singularity"
5656

@@ -125,7 +125,7 @@ jobs:
125125
- "24.04.2"
126126
- "latest-everything"
127127
profile:
128-
- "conda"
128+
# - "conda"
129129
- "docker"
130130
- "singularity"
131131
test_name:
@@ -137,8 +137,8 @@ jobs:
137137
- ${{ github.base_ref == 'master' }}
138138
# Exclude conda and singularity on dev
139139
exclude:
140-
- isMaster: false
141-
profile: "conda"
140+
# - isMaster: false
141+
# profile: "conda"
142142
- isMaster: false
143143
profile: "singularity"
144144
steps:

0 commit comments

Comments
 (0)