We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027e36b commit 7157318Copy full SHA for 7157318
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
GHIDRA_INSTALL_DIR: /ghidra
16
strategy:
17
matrix:
18
- python-version: ["3.12"]
+ python-version: ["3.10"]
19
steps:
20
- uses: actions/checkout@v4
21
- name: Set up Python ${{ matrix.python-version }}
@@ -25,7 +25,7 @@ jobs:
25
- name: Install dependencies
26
run: |
27
apt update
28
- apt install build-essential -y
+ apt install build-essential -y
29
python -m pip install --upgrade pip
30
pip install -r requirements.txt
31
- name: Run tests
0 commit comments