File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
commit_finder_tag_matching_functionality
django_with_dep_resolution_virtual_env_as_input
run_macaron_sh_script_unit_test Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88- name : Run the test commit finder script
99 kind : shell
1010 options :
11- cmd : python3 commit_finder.py
11+ cmd : python commit_finder.py
Original file line number Diff line number Diff line change 1111- name : Create virtual environment.
1212 kind : shell
1313 options :
14- cmd : python3 -m venv ./django_venv
14+ cmd : python -m venv ./django_venv
1515- name : Prepare virtual environment.
1616 kind : shell
1717 options :
Original file line number Diff line number Diff line change 88- name : Run the test repo finder script
99 kind : shell
1010 options :
11- cmd : python3 repo_finder.py
11+ cmd : python repo_finder.py
Original file line number Diff line number Diff line change 1212- name : Run test_run_macaron_sh.py
1313 kind : shell
1414 options :
15- cmd : python3 ./test_run_macaron_sh.py
15+ cmd : python ./test_run_macaron_sh.py
You can’t perform that action at this time.
0 commit comments