Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
Proper fix for missing libexpat.so.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorn committed May 6, 2020
1 parent 90a72ba commit 31d549f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,7 @@ function run_tests {
fi
python --version
cd ../pyosmium/test
python -m nose test*py
# Remove build artifacts so they will not interfere with tests
rm -rf ../build
python -m nose
}

0 comments on commit 31d549f

Please sign in to comment.