mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 23:00:25 +01:00
numpy and matpltolib version numbers added to CI
This commit is contained in:
parent
cddf6ddf6b
commit
7e0534eab5
1 changed files with 5 additions and 2 deletions
7
.github/workflows/CI.yml
vendored
7
.github/workflows/CI.yml
vendored
|
@ -21,8 +21,11 @@ jobs:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
architecture: x64
|
architecture: x64
|
||||||
|
|
||||||
- name: Display Python version
|
- name: Display Python version numbers
|
||||||
run: python -c "import sys; print(sys.version)"
|
run: |
|
||||||
|
python -c "import sys; print(sys.version)"
|
||||||
|
python -c "import numpy; print(numpy.__version__)"
|
||||||
|
python -c "import matplotlib; print(matplotlib.__version__)"
|
||||||
|
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue