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

Update python-package.yml

parent 04fa8e02
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools wheel
python -m pip install flake8 pytest pytest-cov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install numpy first
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment