From 861ed501a9684bad614717ee2662850cdafe1f0d Mon Sep 17 00:00:00 2001 From: Zhang Yunjun Date: Wed, 18 Sep 2024 23:43:15 +0800 Subject: [PATCH] tests/requirements.txt: add matplotlib --- .circleci/config.yml | 2 +- tests/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 359fec8..35beefc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: diff --git a/tests/requirements.txt b/tests/requirements.txt index e7c82b3..921d013 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,4 @@ +matplotlib pip setuptools setuptools_scm