Skip to content

Commit 7571d2c

Browse files
committed
Fixes module name
1 parent a5fe3b3 commit 7571d2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tool-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: python -m pip install -r packaging_automation/requirements.txt
4343

4444
- name: Run static code analysis
45-
run: python -m -m pytest prospector
45+
run: python -m pytest prospector
4646

4747
- name: Unit tests for "Common tools"
4848
run: coverage run -m pytest pytest -q packaging_automation/tests/test_common_tool_methods.py

0 commit comments

Comments
 (0)