Skip to content

Commit

Permalink
Explicit Python2 usage
Browse files Browse the repository at this point in the history
  • Loading branch information
henryleberre committed Nov 18, 2021
1 parent a1ce096 commit d7ac68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ for mytest in "${mytests[@]}"; do
cd $mytest

#Run test case
./input.py pre_process > pre_process.out
./input.py simulation > simulation.out
/usr/bin/env python ./input.py pre_process > pre_process.out
/usr/bin/env python ./input.py simulation > simulation.out

cd check
check_file=$(echo *)
Expand Down

0 comments on commit d7ac68e

Please sign in to comment.