Skip to content

Commit

Permalink
Forcing environment.yml to be py36
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Feb 12, 2019
1 parent 95b09af commit 0dba084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ strategy:
# screen_d: 16
windows-1280x1024:
# Windows Docker Container not Visual Studio 2017 on Windows Server 2016
imageName: 'vs2017-win2016'
imageName: 'vs2015-win2012r2' ##'vs2017-win2016'
screen_w: 1280
screen_h: 1024
screen_d: 16
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
- anaconda
dependencies:
- python=3.4
- python=3
- numpy=1.15.*
- pyside
- sphinx
Expand Down

0 comments on commit 0dba084

Please sign in to comment.