Manos Tzevelekos commited on
Commit
fc56cdf
·
unverified ·
1 Parent(s): 82718e6

Update python-app.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/python-app.yml +1 -2
.github/workflows/python-app.yml CHANGED
@@ -28,7 +28,6 @@ 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: Test with pytest
32
  run: |
33
- pytest
34
  ./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: Run the app
32
  run: |
 
33
  ./notebooks/scripts/run_app.sh