Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros authored May 7, 2021
1 parent 4658f68 commit d3891a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ci_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ fi
if [[ ${dependencies} == "minimal" ]]; then
python -m pip install -e .[test,minimal]
else
# Cython and numpy as build-time requirements to the following optional deps in yt
# Cython and numpy are build-time requirements to the following optional deps in yt
# - cartopy
# - netcdf4
# - pyqt5
# The build system are however not specified properly in these projects at the moment
# The build system is however not specified properly in these projects at the moment
# which means we have to install the build-time requirements first.
# It is possible that these problems will be fixed in the future if upstream projects
# include a pyproject.toml file or use any pip-comptatible solution to remedy this.
Expand Down

0 comments on commit d3891a1

Please sign in to comment.