fixes workflow

This commit is contained in:
iceman1001 2021-02-22 22:27:36 +01:00
parent 6a6a444a57
commit c069bf2653

View file

@ -18,8 +18,8 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install ansicolors
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install ansicolors
if [ -f requirements.txt ]; then python -m pip install -r requirements.txt; fi
- name: make clean
run: make clean
@ -49,8 +49,8 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install ansicolors
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install ansicolors
if [ -f requirements.txt ]; then python -m pip install -r requirements.txt; fi
- name: make clean
run: make clean
@ -81,8 +81,8 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install ansicolors
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install ansicolors
if [ -f requirements.txt ]; then python -m pip install -r requirements.txt; fi
- name: Prepare Build Folders
run: mkdir -p client/build