We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91919b commit bf33987Copy full SHA for bf33987
1 file changed
.github/workflows/tool-tests.yml
@@ -39,10 +39,10 @@ jobs:
39
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
40
41
- name: Install python requirements
42
- run: coverage run -m pytest pip install -r packaging_automation/requirements.txt
+ run: python -m pytest pip install -r packaging_automation/requirements.txt
43
44
- name: Run static code analysis
45
- run: coverage run -m pytest prospector
+ run: python -m -m pytest prospector
46
47
- name: Unit tests for "Common tools"
48
run: coverage run -m pytest pytest -q packaging_automation/tests/test_common_tool_methods.py
0 commit comments