Skip to content

Commit

Permalink
fix CI syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Jul 17, 2023
1 parent e4a33f3 commit 13b596e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
run: |
source cosmosis-configure
cosmosis examples/act-dr6-lens.ini | tee output/act-dr6.log
grep -e "Likelihood = -9.89" -e Likelihood = -9.90" output/act-dr6.log
grep -e 'Likelihood = -9.89' -e 'Likelihood = -9.90' output/act-dr6.log
- name: DES Y3 6x2pt
shell: bash -l {0}
Expand Down

0 comments on commit 13b596e

Please sign in to comment.