Skip to content

Commit

Permalink
typo in mklvars
Browse files Browse the repository at this point in the history
  • Loading branch information
bernstei committed Jul 22, 2024
1 parent 0cf49fb commit 4bf055b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
break
fi
done
if [ $( echo $mklvars | wc -w ) != 2 ]; then
if [ $( echo $mklvars | wc -w ) != 1 ]; then
echo "wrong number of mkl setvars.sh '$mklvars'" 1>&2
exit 1
fi
Expand Down

0 comments on commit 4bf055b

Please sign in to comment.