We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13b07a9 + 4e91aad commit bcd9febCopy full SHA for bcd9feb
1 file changed
.github/workflows/meson-test.yml
@@ -75,7 +75,7 @@ jobs:
75
sudo apt-get install python3-pytest python3-pytest-cov
76
echo $( pwd )
77
cp -r .build/staslib/* ./staslib/.
78
- pytest --cov=./staslib --cov-report=xml test/test-*.py
+ python3 -m pytest --cov=./staslib --cov-report=xml test/test-*.py
79
80
- uses: codecov/codecov-action@v6
81
with:
0 commit comments