From c8d38340ab0e9c5ffbd81066ede349fa3fe1c092 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 23 Feb 2021 18:38:10 +0100 Subject: [PATCH] fixes workflow --- .github/workflows/macos.yml | 6 +++--- .github/workflows/ubuntu.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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