Skip to content

Commit 7df61e3

Browse files
committed
another test
1 parent 1eb81f6 commit 7df61e3

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/albayan_beta.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020

21-
- name: Set up Python 3.12 (ARM64)
22-
uses: actions/setup-python@v4
23-
with:
24-
python-version: "3.12"
25-
architecture: "arm64"
21+
- name: Set up Python 3.12
22+
uses: actions/setup-python@v4
23+
with:
24+
python-version: "3.12"
2625

2726

2827
- name: Install dependencies

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ lief==0.16.4
1212
packaging==24.2
1313
pydantic==2.11.4
1414
pydantic_core==2.33.2
15-
PyQt6==6.8.1
16-
PyQt6-Qt6==6.8.2
17-
PyQt6_sip==13.10.0
15+
PyQt6==6.9.0
16+
PyQt6-Qt6==6.9.0
17+
PyQt6_sip==13.10.2
1818
QtAwesome==1.3.1
1919
QtPy==2.4.3
2020
requests==2.32.3

0 commit comments

Comments
 (0)