Skip to content

Commit

Permalink
Use synphot that is compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Jun 18, 2019
1 parent 404599f commit cf88136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-templates.yml
Expand Up @@ -6,7 +6,7 @@ parameters:
numpyCmd: 'pip install numpy'
scipyCmd: 'pip install scipy'
astropyCmd: 'pip install git+https://github.com/perrygreenfield/astropy.git@modeling-rebase-2-dataunit#egg=astropy'
synphotCmd: 'pip install git+https://github.com/spacetelescope/synphot_refactor.git@master#egg=synphot'
synphotCmd: 'pip install git+https://github.com/pllim/synphot_refactor.git@tst-astropy-pr8769#egg=synphot'
pythonVersion: '3.7'

jobs:
Expand Down

0 comments on commit cf88136

Please sign in to comment.