Skip to content

Commit

Permalink
Find dartpy
Browse files Browse the repository at this point in the history
  • Loading branch information
costashatz committed Sep 17, 2024
1 parent f2c9638 commit 968ce21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/install_dart_latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ python_file=/usr/lib/python3/dist-packages/dartpy.cpython-310-x86_64-linux-gnu.s
if [ -f "$python_file" ]; then
sudo cp $python_file ${PREFIX}/$python_dist_dir
fi
echo "Searching for dartpy.cpython-310-x86_64-linux-gnu.so ..."
locate dartpy.cpython-310-x86_64-linux-gnu.so

else
# Hack for dartpy installation
Expand Down

0 comments on commit 968ce21

Please sign in to comment.