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

Update python-package.yml

parent 8741796c
Branches
No related tags found
No related merge requests found
......@@ -24,13 +24,13 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install numpy first
run: pip install "numpy<1.24"
- name: Install dependencies
run: |
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
run: pip install "numpy<1.24"
- name: Install package in editable mode
run: pip install -e .
# - 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