Skip to content

Commit

Permalink
ci: Disable conda for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Nov 19, 2024
1 parent 1999eff commit bdfdc65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fail-fast: false
matrix:
shard: [1, 2]
profile: [docker_self_hosted, singularity] # conda?
profile: [docker_self_hosted, singularity] # TODO conda https://github.com/nf-core/modules/issues/7018#issuecomment-2486119169
# TODO Pass these in from GitHub PR trigger events
tags:
- parabricks/applybqsr
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
# NOTE We could split these, but there's probably going to be more process tests than workflow tests, so we're just going to combine them all and bump up the shards for now
# NOTE The name of the test would be name: "${{ matrix.filter }} | ${{ matrix.profile }} | ${{ matrix.shard }}"
# filter: [process, workflow]
profile: [conda, docker_self_hosted, singularity]
# TODO Add conda https://github.com/nf-core/modules/issues/7018#issuecomment-2486119169
profile: [docker_self_hosted, singularity]
shard: [1, 2, 3, 4, 5]
env:
# FIXME Bumping them up to make the transition smooth, then we can throttle them back
Expand Down

0 comments on commit bdfdc65

Please sign in to comment.