Skip to content

Commit

Permalink
Fixing the conda yml files for CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Sep 21, 2019
1 parent 3980a2d commit 98027a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/env-win-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dependencies:
- pip:
- sphinx-prompt
- pydocstyle
- PySide2
- PySide2==5.12
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
dependencies:
- python=3
- numpy=1.15.*
#- pyside2=5.12.*
- pyside2=5.12.*
- sphinx
- pytest
- qtpy
Expand All @@ -22,4 +22,3 @@ dependencies:
- pip:
- sphinx-prompt
- pydocstyle
- PySide2

0 comments on commit 98027a2

Please sign in to comment.