Update python-app-php.yml

pull/109/head
midoks 3 years ago
parent 48e675c65d
commit 67577d571b
  1. 2
      .github/workflows/python-app-php.yml

@ -31,6 +31,8 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- name: Install LIB
run: |
bash scripts/install.sh bash scripts/install.sh
- name: Start DEBUG - name: Start DEBUG
run: | run: |

Loading…
Cancel
Save