Skip to content

Commit

Permalink
CircleCI Flask Compress Fix (#589)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vivekmig committed Jan 21, 2021
1 parent 227dd47 commit 06b7415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_via_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi

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

# install node/yarn for insights build
conda install -y -c conda-forge yarn
Expand Down

0 comments on commit 06b7415

Please sign in to comment.