Skip to content

Commit 7157318

Browse files
fix: change python version to 3.10 in ci
Signed-off-by: VyacheslavIurevich <vyacheslav.kochergin1@gmail.com>
1 parent 027e36b commit 7157318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
GHIDRA_INSTALL_DIR: /ghidra
1616
strategy:
1717
matrix:
18-
python-version: ["3.12"]
18+
python-version: ["3.10"]
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Set up Python ${{ matrix.python-version }}
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
apt update
28-
apt install build-essential -y
28+
apt install build-essential -y
2929
python -m pip install --upgrade pip
3030
pip install -r requirements.txt
3131
- name: Run tests

0 commit comments

Comments
 (0)