mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Make sure latest version of pytest is used
This commit is contained in:
parent
147bbefbe7
commit
9fa391aa66
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ before_install:
|
|||
install:
|
||||
- if [[ $OPENMC_CONFIG != "check_source" ]]; then
|
||||
pip install numpy cython;
|
||||
pip install --upgrade pytest;
|
||||
pip install -e .[test];
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue