We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb81f6 commit 7df61e3Copy full SHA for 7df61e3
.github/workflows/albayan_beta.yml
@@ -18,11 +18,10 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
21
- - name: Set up Python 3.12 (ARM64)
22
- uses: actions/setup-python@v4
23
- with:
24
- python-version: "3.12"
25
- architecture: "arm64"
+- name: Set up Python 3.12
+ uses: actions/setup-python@v4
+ with:
+ python-version: "3.12"
26
27
28
- name: Install dependencies
requirements.txt
@@ -12,9 +12,9 @@ lief==0.16.4
12
packaging==24.2
13
pydantic==2.11.4
14
pydantic_core==2.33.2
15
-PyQt6==6.8.1
16
-PyQt6-Qt6==6.8.2
17
-PyQt6_sip==13.10.0
+PyQt6==6.9.0
+PyQt6-Qt6==6.9.0
+PyQt6_sip==13.10.2
QtAwesome==1.3.1
QtPy==2.4.3
requests==2.32.3
0 commit comments