Skip to content

Commit 42ff7e9

Browse files
committed
try to suppress conda.cli regression test error
1 parent d0089c7 commit 42ff7e9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
212212
echo "<details>"
213213
# Compare the edge and core
214-
if conda run -n rmg_env_without_rms python scripts/checkModels.py \
214+
if conda run --no-capture-output -n rmg_env_without_rms python scripts/checkModels.py \
215215
"$regr_test-core" \
216216
$REFERENCE/"$regr_test"/chemkin/chem_annotated.inp \
217217
$REFERENCE/"$regr_test"/chemkin/species_dictionary.txt \
@@ -228,7 +228,7 @@ jobs:
228228
cat "$regr_test-core.log" || (echo "Dumping the whole log failed, please download it from GitHub actions. Here are the first 100 lines:" && head -n100 "$regr_test-core.log")
229229
echo "</details>"
230230
echo "<details>"
231-
if conda run -n rmg_env_without_rms python scripts/checkModels.py \
231+
if conda run --no-capture-output -n rmg_env_without_rms python scripts/checkModels.py \
232232
"$regr_test-edge" \
233233
$REFERENCE/"$regr_test"/chemkin/chem_edge_annotated.inp \
234234
$REFERENCE/"$regr_test"/chemkin/species_edge_dictionary.txt \
@@ -249,7 +249,7 @@ jobs:
249249
if [ -f test/regression/"$regr_test"/regression_input.py ];
250250
then
251251
echo "<details>"
252-
if conda run -n rmg_env_without_rms python rmgpy/tools/regression.py \
252+
if conda run --no-capture-output -n rmg_env_without_rms python rmgpy/tools/regression.py \
253253
test/regression/"$regr_test"/regression_input.py \
254254
$REFERENCE/"$regr_test"/chemkin \
255255
test/regression/"$regr_test"/chemkin

0 commit comments

Comments
 (0)