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