mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
numpy and mpl version numbers moved
This commit is contained in:
parent
7e0534eab5
commit
83fc7c4629
1 changed files with 3 additions and 3 deletions
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
|
@ -21,17 +21,17 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
architecture: x64
|
||||
|
||||
- name: Display Python version numbers
|
||||
- name: Display Python version number
|
||||
run: |
|
||||
python -c "import sys; print(sys.version)"
|
||||
python -c "import numpy; print(numpy.__version__)"
|
||||
python -c "import matplotlib; print(matplotlib.__version__)"
|
||||
|
||||
- name: Install
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -e .
|
||||
pip install pytest
|
||||
python -c "import numpy; print(numpy.__version__)"
|
||||
python -c "import matplotlib; print(matplotlib.__version__)"
|
||||
|
||||
- name: Run tests
|
||||
run: pytest
|
||||
|
|
Loading…
Add table
Reference in a new issue