Skip to content

Commit

Permalink
it seems we need to update pip nowoadays, else it fails with an inter…
Browse files Browse the repository at this point in the history
…nal AssertionError
  • Loading branch information
antocuni committed Aug 2, 2022
1 parent 7110dd1 commit bf3b83a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proof-of-concept/test_pof.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ _install_hpy() {
# will want to split those into two separate packages
local PYTHON="$1"
pushd ${ROOT}
${PYTHON} -m pip install -U pip
${PYTHON} -m pip install wheel
${PYTHON} -m pip install .
popd
Expand Down

0 comments on commit bf3b83a

Please sign in to comment.