Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf authored Aug 29, 2024
1 parent f2e9752 commit 86815a5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,10 @@ pip install --upgrade pip
pdm install --venv for-test

ASSIMP_VER=5.2.5
# Make assimp shared library
#tar xvfz v5.2.5.tar.gz
#pushd assimp-$ASSIMP_VER > /dev/null
#cmake CMakeLists.txt
#make -j4
#popd > /dev/null
# NB: assimp shared library is already built as part of 'pdm install'
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/assimp-$ASSIMP_VER/bin
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"


# Install coverage
python3 -m pip install coverage

Expand Down

0 comments on commit 86815a5

Please sign in to comment.