Skip to content

Commit cb91e0e

Browse files
committed
.github: Install aexpect before tests
functional tests require the scripts to be deployed. Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
1 parent bdd8a5e commit cb91e0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ jobs:
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- run: pip install -r requirements-travis.txt
23+
- run: make install
2324
- run: make check

0 commit comments

Comments
 (0)