Manos Tzevelekos commited on
Commit
e0ff5a4
1 Parent(s): fc56cdf

Update python-app.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/python-app.yml +3 -0
.github/workflows/python-app.yml CHANGED
@@ -28,6 +28,9 @@ jobs:
28
  python -m pip install --upgrade pip
29
  pip install flake8 pytest
30
  if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
 
 
 
31
  - name: Run the app
32
  run: |
33
  ./notebooks/scripts/run_app.sh
 
28
  python -m pip install --upgrade pip
29
  pip install flake8 pytest
30
  if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
+ - name: Make the script executable
32
+ run: |
33
+ chmod +x ./notebooks/scripts/run_app.sh
34
  - name: Run the app
35
  run: |
36
  ./notebooks/scripts/run_app.sh