mirror of
https://github.com/cea-sec/miasm
synced 2026-08-17 10:26:03 -04:00
Update setup & tests
This commit is contained in:
parent
0164999126
commit
d9fb6d58c7
8 changed files with 25 additions and 36 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.8', '3.10']
|
||||
python-version: ['3.10', '3.13']
|
||||
|
||||
steps:
|
||||
|
||||
|
|
@ -25,8 +25,8 @@ jobs:
|
|||
- name: Install requirements
|
||||
run: pip install -r requirements.txt
|
||||
|
||||
- name: Install llvm 11 (llvmlite compatible)
|
||||
run: sudo apt-get install llvm-11
|
||||
- name: Install llvm 15 (llvmlite compatible)
|
||||
run: sudo apt-get install llvm-15
|
||||
|
||||
- name: Install optional requirements
|
||||
run: pip install -r optional_requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue