Skip to content

Commit

Permalink
windows deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed May 21, 2020
1 parent d6598cc commit 24e6816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
conda create -n exoplanet python=3.7 -q -c conda-forge
conda activate exoplanet
conda install -c conda-forge -q numpy theano astropy celerite
conda install -c conda-forge -q numpy scipy mkl-service libpython m2w64-toolchain theano astropy celerite
python -m pip install -e .[test]
python -c "import theano; print(theano.__version__)"
Expand Down

0 comments on commit 24e6816

Please sign in to comment.