Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
Reimplemented compilation step
  • Loading branch information
zsweger authored Jan 14, 2024
1 parent b35ecd8 commit 3890737
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions benchmarks/u_rho/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#u_channel_rho:compile:
# stage: compile
# extends: .compile_benchmark
# script:
# - snakemake --cores 1 uchannelrho_compile
u_channel_rho:compile:
stage: compile
extends: .compile_benchmark
script:
- snakemake --cores 1 uchannelrho_compile

#u_channel_rho:sim:
# extends: .phy_benchmark
Expand Down

0 comments on commit 3890737

Please sign in to comment.