upgrade pip

pull/5200/head
bunsenstraat 2 months ago
parent a7ac320722
commit 2d376859fc
  1. 1
      .circleci/config.yml

@ -217,6 +217,7 @@ jobs:
mkdir apps/remixdesktop/build
cp -r dist/apps/remix-ide apps/remixdesktop/build
cd apps/remixdesktop/
python -m pip install --upgrade pip
pip install setuptools
yarn
./rundist.bash

Loading…
Cancel
Save