Skip to content

Commit 15fec99

Browse files
committed
update CI to use python instead of python-jl
1 parent cb4943f commit 15fec99

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
run: |
124124
for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation RMS_liquidSurface_ch4o2cat;
125125
do
126-
if python-jl rmg.py test/regression/"$regr_test"/input.py; then
126+
if python rmg.py test/regression/"$regr_test"/input.py; then
127127
echo "$regr_test" "Executed Successfully"
128128
else
129129
echo "$regr_test" "Failed to Execute" | tee -a $GITHUB_STEP_SUMMARY
@@ -203,7 +203,7 @@ jobs:
203203
204204
echo "<details>"
205205
# Compare the edge and core
206-
if python-jl scripts/checkModels.py \
206+
if python scripts/checkModels.py \
207207
"$regr_test-core" \
208208
$REFERENCE/"$regr_test"/chemkin/chem_annotated.inp \
209209
$REFERENCE/"$regr_test"/chemkin/species_dictionary.txt \
@@ -220,7 +220,7 @@ jobs:
220220
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")
221221
echo "</details>"
222222
echo "<details>"
223-
if python-jl scripts/checkModels.py \
223+
if python scripts/checkModels.py \
224224
"$regr_test-edge" \
225225
$REFERENCE/"$regr_test"/chemkin/chem_edge_annotated.inp \
226226
$REFERENCE/"$regr_test"/chemkin/species_edge_dictionary.txt \
@@ -241,7 +241,7 @@ jobs:
241241
if [ -f test/regression/"$regr_test"/regression_input.py ];
242242
then
243243
echo "<details>"
244-
if python-jl rmgpy/tools/regression.py \
244+
if python rmgpy/tools/regression.py \
245245
test/regression/"$regr_test"/regression_input.py \
246246
$REFERENCE/"$regr_test"/chemkin \
247247
test/regression/"$regr_test"/chemkin

0 commit comments

Comments
 (0)