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 8123c4f commit a5b279aCopy full SHA for a5b279a
.github/workflows/ci.yaml
@@ -184,8 +184,11 @@ jobs:
184
# Run the test case.
185
- name: Run Test
186
run: |
187
+ # Right now, with Snakemake >= 9, we only use mamba here as it works with
188
+ # the GitHub Action for settig it up, but then internally use conda in our env,
189
+ # as apparently, conda now uses the libmamba solver internally anyway... what a mess!
190
conda info
- mamba info
191
+ # mamba info
192
193
if [[ "${{ matrix.installer }}" == "conda" ]]; then
194
export GRENEPIPE_TESTS_NO_MAMBA=1
0 commit comments