Skip to content

Commit

Permalink
switching back to multiple ids
Browse files Browse the repository at this point in the history
  • Loading branch information
burdorfmitchell committed Dec 9, 2024
1 parent b658b69 commit 2d3febb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/compare-post-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,14 @@ jobs:
# all jobs should run in parallel
matrix:
include:
- id: [1.1_uniform, 1.1_gauss, 1.1_mwa, 1.2_uniform, 1.2_gauss, 1.3_uniform, 1.3_gauss]
- id: 1.1_uniform
- id: 1.1_gauss
- id: 1.1_mwa
- id: 1.2_uniform
- id: 1.2_gauss
- id: 1.3_uniform
- id: 1.3_gauss

defaults:
run:
# Adding -l {0} helps ensure conda can be found properly.
Expand Down

0 comments on commit 2d3febb

Please sign in to comment.