Skip to content

Commit

Permalink
change qt version
Browse files Browse the repository at this point in the history
  • Loading branch information
introkun committed Mar 26, 2024
1 parent 0f4e9c1 commit 446ae10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
with:
version: '6.6.3'
version: '6.6.1'
setup-python: 'false'
# mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
- name: Install python dependencies
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PyQt6~=6.6.3
PyQt6~=6.6.1
PyQt6-sip~=13.6.0

0 comments on commit 446ae10

Please sign in to comment.