diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 74e6854b7..ca45ac8da 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 + python3 -m pip install ansicolors sslcrypto setuptools 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 + python3 -m pip install ansicolors sslcrypto setuptools 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 + python3 -m pip install ansicolors sslcrypto setuptools 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 417c06aca..d7bc06b2c 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 + python3 -m pip install ansicolors sslcrypto setuptools 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 + python3 -m pip install ansicolors sslcrypto setuptools 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 + python3 -m pip install ansicolors sslcrypto setuptools if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi - name: Prepare Build Folders