Skip to content
Snippets Groups Projects
Unverified Commit b9adce7a authored by Dominique Benielli's avatar Dominique Benielli Committed by GitHub
Browse files

Update python-package.yml

parent 7db28537
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ jobs: ...@@ -27,7 +27,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install flake8 pytest python -m pip install flake8 pytest pytest-cov"
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
# - name: Lint with flake8 # - name: Lint with flake8
# run: | # run: |
...@@ -37,4 +37,4 @@ jobs: ...@@ -37,4 +37,4 @@ jobs:
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics # flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest - name: Test with pytest
run: | run: |
pytest pytest --cov=multimodal tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment