Skip to content

Commit

Permalink
Add all to running the snakemake experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
JosseVanDelm committed Dec 18, 2024
1 parent a944215 commit bbd4dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-run-kernel-snake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cache: true
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
- name: Build and run kernels
run: pixi run snakemake -k -j `nproc`
run: pixi run snakemake -k -j `nproc` all
working-directory: kernels/${{ matrix.kernel }}
strategy:
matrix:
Expand Down

0 comments on commit bbd4dd1

Please sign in to comment.