From 761bbc6df4456273751c78aef56b329779d18f9b Mon Sep 17 00:00:00 2001 From: henryruhs Date: Sat, 25 Feb 2023 13:15:20 +0100 Subject: [PATCH] Fix CI for PyQt6 --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index a596d1f..ace56b9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,7 +1,7 @@ build: false image: -- Visual Studio 2019 +- Visual Studio 2022 build_script: - pip install flake8 @@ -13,8 +13,8 @@ build_script: - mypy bin/chroma-feedback chroma_feedback tests test_script: -- conda install pyqt=6 - pip install mock +- pip install pyqt6 - pip install pytest - pip install pytest-mock - pip install requests