Skip to content

Commit 06b7415

Browse files
committed
CircleCI Flask Compress Fix (#589)
Summary: CircleCI conda tests are currently failing due to the missing dependency of flask-compress; this adds flask-compress to conda test setup. Pull Request resolved: #589 Reviewed By: Reubend Differential Revision: D25962860 Pulled By: vivekmig fbshipit-source-id: e66a79f4598bf9392566f90b874b5cfc8162f90c
1 parent 227dd47 commit 06b7415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_via_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fi
3535

3636
# install other deps
3737
conda install -y numpy sphinx pytest flake8 ipywidgets ipython scikit-learn
38-
conda install -y -c conda-forge black matplotlib pytest-cov sphinx-autodoc-typehints mypy flask isort
38+
conda install -y -c conda-forge black matplotlib pytest-cov sphinx-autodoc-typehints mypy flask isort flask-compress
3939

4040
# install node/yarn for insights build
4141
conda install -y -c conda-forge yarn

0 commit comments

Comments
 (0)