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

Update python-package.yml

parent b9adce7a
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest pytest-cov"
python -m pip install flake8 pytest pytest-cov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
# - name: Lint with flake8
# run: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment