diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 613aaa3f4..2d2b461e3 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -18,7 +18,8 @@ jobs: - name: Install Python dependencies run: | python3 -m pip install --upgrade pip - python3 -m pip install setuptools ansicolors sslcrypto + python3 -m pip install setuptools + python3 -m pip install ansicolors sslcrypto if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi - name: make clean @@ -49,7 +50,8 @@ jobs: - name: Install Python dependencies run: | python3 -m pip install --upgrade pip - python3 -m pip install setuptools ansicolors sslcrypto + python3 -m pip install setuptools + python3 -m pip install ansicolors sslcrypto if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi - name: make clean @@ -81,7 +83,8 @@ jobs: - name: Install Python dependencies run: | python3 -m pip install --upgrade pip - python3 -m pip install setuptools ansicolors sslcrypto + python3 -m pip install setuptools + python3 -m pip install ansicolors sslcrypto if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi - name: Prepare Build Folders