Skip to content

Commit

Permalink
Fix CI for PyQt6
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Feb 25, 2023
1 parent 5a1223c commit 761bbc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
@@ -1,7 +1,7 @@
build: false

image:
- Visual Studio 2019
- Visual Studio 2022

build_script:
- pip install flake8
Expand All @@ -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
Expand Down

0 comments on commit 761bbc6

Please sign in to comment.