From 98027a2f24688cffb54a415ff59608ca0a409e23 Mon Sep 17 00:00:00 2001 From: Greg Blumberg Date: Sat, 21 Sep 2019 15:19:01 -0400 Subject: [PATCH] Fixing the conda yml files for CI testing --- ci/env-win-binary.yml | 2 +- environment.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ci/env-win-binary.yml b/ci/env-win-binary.yml index 82cc1107..508dc0a3 100644 --- a/ci/env-win-binary.yml +++ b/ci/env-win-binary.yml @@ -21,4 +21,4 @@ dependencies: - pip: - sphinx-prompt - pydocstyle - - PySide2 + - PySide2==5.12 diff --git a/environment.yml b/environment.yml index 1abebded..984e54a2 100644 --- a/environment.yml +++ b/environment.yml @@ -6,7 +6,7 @@ channels: dependencies: - python=3 - numpy=1.15.* - #- pyside2=5.12.* + - pyside2=5.12.* - sphinx - pytest - qtpy @@ -22,4 +22,3 @@ dependencies: - pip: - sphinx-prompt - pydocstyle - - PySide2