Skip to content

Commit

Permalink
tests/requirements.txt: add matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjunz committed Sep 18, 2024
1 parent 79a619c commit 861ed50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
export PYTHONUNBUFFERED=1
# install dependencies and source code
source activate root
mamba install --verbose --yes --file ${PYAPS_HOME}/requirements.txt
mamba install --verbose --yes --file ${PYAPS_HOME}/requirements.txt --file ${PYAPS_HOME}/tests/requirements.txt
python -m pip install ${PYAPS_HOME}
- run:
Expand Down
1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
matplotlib
pip
setuptools
setuptools_scm
Expand Down

0 comments on commit 861ed50

Please sign in to comment.