Skip to content

Commit

Permalink
install pymatsolver from conda-forge on deploy script too
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapriot committed Oct 13, 2021
1 parent 25946c5 commit 7adb843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -49,7 +49,7 @@ stages:
eval "$(conda shell.bash hook)"
conda activate deploy
conda install --yes --quiet numpy scipy matplotlib ipython h5py
conda install --yes -c conda-forge discretize empymod geoana properties vectormath pandas dask zarr fsspec python-kaleido
conda install --yes -c conda-forge discretize empymod geoana properties vectormath pandas dask zarr fsspec python-kaleido pymatsolver
pip install -r requirements_dev.txt
pip install -e .
displayName: Install requirements and build
Expand Down

0 comments on commit 7adb843

Please sign in to comment.