Skip to content

Commit

Permalink
Upgrade importlib-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-Y-Fadeev committed Apr 18, 2022
1 parent 03346aa commit 92020b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ BASE_PATH=$(dirname "$THIS_PATH")
cd $BASE_PATH

echo '--------- Upgrade pip ... --------- '
pip install --upgrade pip
pip install --upgrade pip importlib-metadata

echo '--------- Installing application requirements ... --------- '
pip install -r requirements.txt
Expand Down

0 comments on commit 92020b5

Please sign in to comment.