Skip to content

Commit

Permalink
ci: updated config.yml to pooch and tdqm explicit install
Browse files Browse the repository at this point in the history
  • Loading branch information
gtdang committed Jan 18, 2024
1 parent 4657b5c commit 938151e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
conda create -n testenv --yes pip python=3.8
source activate testenv
conda install --yes scipy numpy matplotlib
pip install pooch tqdm mpi4py
pip install mpi4py
- run:
name: Setup doc building stuff
Expand Down

0 comments on commit 938151e

Please sign in to comment.