From e308e6937f0d39d62fd4adf9cbd6ffed07169d50 Mon Sep 17 00:00:00 2001 From: Ale Vilar Date: Wed, 4 Sep 2024 17:40:29 -0300 Subject: [PATCH] chore: Update Android build workflow to upgrade pip and install dependencies Refactor the Android build workflow to update pip to the latest version and install the required dependencies. This ensures that the build environment has the necessary dependencies for successful Android builds. --- .github/workflows/android.build.yml | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/.github/workflows/android.build.yml b/.github/workflows/android.build.yml index 48574becfb..27331513e8 100644 --- a/.github/workflows/android.build.yml +++ b/.github/workflows/android.build.yml @@ -90,36 +90,11 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.12' #set your python version - cache: 'pip' # caching pip dependencies + # cache: 'pip' # caching pip dependencies - run: | pip install --upgrade pip - pip install appdirs==1.4.4 - pip install argcomplete==3.5.0 - pip install bidict==0.23.1 - pip install certifi==2024.8.30 - pip install charset-normalizer==3.3.2 - pip install h11==0.14.0 - pip install idna==3.8 - pip install importlib_resources==6.4.4 - pip install pillow==10.4.0 - pip install pypng==0.20220715.0 - pip install python-barcode==0.15.1 - pip install python-engineio==4.9.1 pip install python-escpos==3.1 - pip install python-socketio==5.11.4 - pip install PyYAML==6.0.2 - pip install qrcode==7.4.2 - pip install requests==2.32.3 - pip install setuptools==74.1.1 - pip install simple-websocket==1.0.0 - pip install six==1.16.0 - pip install typing_extensions==4.12.2 - pip install urllib3==2.2.2 - pip install websocket-client==1.8.0 - pip install wsproto==1.2.0 - pip install aiohttp==3.10.2 - pip install argparse==1.4.0 - pip install uuid==1.30 + pip install 'python-socketio[client]' pip install python-dotenv==1.0.1 pip install platformdirs==4.2.2 pip install kivy==2.3.0