Skip to content

Commit

Permalink
Fix issues with importlib_resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Sep 27, 2022
1 parent b39d35c commit d5893df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ install-whl:
rm -rf kolibri
pip3 install ${whl} -t kolibri/
rm -rf kolibri/kolibri/dist/sqlalchemy
# This doesn't exist in 0.15, so don't error if it doesn't exist.
echo "3.3.1" > kolibri/kolibri/dist/importlib_resources/version.txt || true

get-whl: clean-whl
# The eval and shell commands here are evaluated when the recipe is parsed, so we put the cleanup
Expand Down

0 comments on commit d5893df

Please sign in to comment.