Skip to content

Commit bcd9feb

Browse files
Merge pull request #477 from martin-belanger/fix-build-on-ubuntu-22.04
ci: fix build on ubuntu 22.04
2 parents 13b07a9 + 4e91aad commit bcd9feb

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)