Skip to content

Commit a5fe3b3

Browse files
committed
Fixes module name
1 parent bf33987 commit a5fe3b3

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
@@ -39,7 +39,7 @@ jobs:
3939
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
4040

4141
- name: Install python requirements
42-
run: python -m pytest pip install -r packaging_automation/requirements.txt
42+
run: python -m pip install -r packaging_automation/requirements.txt
4343

4444
- name: Run static code analysis
4545
run: python -m -m pytest prospector

0 commit comments

Comments
 (0)