mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
install requirements changed in pytest workflow
This commit is contained in:
parent
d44168f6ae
commit
01ec78a2a3
1 changed files with 7 additions and 1 deletions
8
.github/workflows/pytest.yml
vendored
8
.github/workflows/pytest.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "pypy3"]
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
|
||||
|
||||
steps:
|
||||
- name: Checkout source
|
||||
|
@ -27,6 +27,12 @@ jobs:
|
|||
- name: Install
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install numpy>=1.16
|
||||
pip install scipy
|
||||
pip install autograd>=1.2
|
||||
pip install numdifftools
|
||||
pip install matplotlib
|
||||
pip install iminuit<2
|
||||
pip install .
|
||||
pip install pytest
|
||||
pip install pytest-cov
|
||||
|
|
Loading…
Add table
Reference in a new issue