fixes workflow

This commit is contained in:
Philippe Teuwen 2021-02-23 18:38:10 +01:00
parent eade85b3f5
commit c8d38340ab
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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