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 653fce6 commit 411ae36Copy full SHA for 411ae36
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- python-version: [3.9]
+ python-version: [3.12]
16
fail-fast: false
17
steps:
18
- uses: actions/checkout@v2
@@ -24,7 +24,7 @@ jobs:
24
with:
25
python-version: ${{ matrix.python-version }}
26
- name: Install missing aexpect dependency (remove when https://github.com/avocado-framework/aexpect/pull/81 is merged)
27
- run: pip install six
+ run: pip install six numpy
28
- run: pip install -r requirements.txt
29
- run: make check
30
0 commit comments