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 e122ef4 commit 389459fCopy full SHA for 389459f
.github/workflows/tests.yml
@@ -54,6 +54,10 @@ jobs:
54
python-version: ['3.11', '3.12', '3.13']
55
56
steps:
57
+ - name: Install system deps
58
+ run: |
59
+ sudo apt update
60
+ sudo apt install -y pax-utils qemu-system-x86 git
61
- uses: actions/checkout@v4
62
- name: Obtain dependency projects
63
run: |
@@ -63,10 +67,6 @@ jobs:
67
uses: actions/setup-python@v5
64
68
with:
65
69
python-version: ${{ matrix.python-version }}
66
- - name: Install system deps
- run: |
- sudo apt update
- sudo apt install -y pax-utils qemu-system-x86
70
- name: Install python deps
71
72
python -m venv venv
0 commit comments