Skip to content

Commit 4e91aad

Browse files
author
Martin Belanger
committed
ci: fix build on ubuntu 22.04
Signed-off-by: Martin Belanger <[email protected]>
1 parent 13b07a9 commit 4e91aad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/meson-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
sudo apt-get install python3-pytest python3-pytest-cov
7676
echo $( pwd )
7777
cp -r .build/staslib/* ./staslib/.
78-
pytest --cov=./staslib --cov-report=xml test/test-*.py
78+
python3 -m pytest --cov=./staslib --cov-report=xml test/test-*.py
7979
8080
- uses: codecov/codecov-action@v6
8181
with:

0 commit comments

Comments
 (0)