Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Larralde
peptides.py
Commits
26c98de7
Commit
26c98de7
authored
Oct 26, 2021
by
Martin Larralde
Browse files
Run tests with `numpy` installed in Actions workflows
parent
024bf2ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/test.yml
View file @
26c98de7
...
...
@@ -54,6 +54,9 @@ jobs:
run
:
python -m pip install -U pip wheel setuptools
-
name
:
Install Python requirements
run
:
python -m pip install -r .github/workflows/requirements.txt
-
name
:
Install NumPy
if
:
matrix.python-impl == 'CPython'
run
:
python -m pip install -U numpy
-
name
:
Generate code for data tables
run
:
python setup.py codegen --inplace
-
name
:
Test with coverage
...
...
@@ -114,6 +117,9 @@ jobs:
run
:
python -m pip install -U pip wheel setuptools
-
name
:
Install Python requirements
run
:
python -m pip install -r .github/workflows/requirements.txt
-
name
:
Install NumPy
if
:
matrix.python-impl == 'CPython'
run
:
python -m pip install -U numpy
-
name
:
Generate code for data tables
run
:
python setup.py codegen --inplace
-
name
:
Test with coverage
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment