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

Update python-package.yml

parent de3d527a
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,8 @@ jobs: ...@@ -29,6 +29,8 @@ jobs:
python -m pip install --upgrade pip 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 if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install numpy first
run: pip install "numpy<1.24"
- name: Install package in editable mode - name: Install package in editable mode
run: pip install -e . run: pip install -e .
# - name: Lint with flake8 # - name: Lint with flake8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment