File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- name : Test Utils Process Result
1+ name : Test Utils
22
33on :
44 pull_request :
55 paths :
6- - ' utils/process_result.py'
7- - ' utils/test_process_result.py'
8- - ' .github/workflows/test-utils-process-result.yml'
6+ - ' utils/**/*.py'
7+ - ' .github/workflows/test-utils.yml'
98 push :
109 branches :
1110 - main
1211 paths :
13- - ' utils/process_result.py'
14- - ' utils/test_process_result.py'
15- - ' .github/workflows/test-utils-process-result.yml'
12+ - ' utils/**/*.py'
13+ - ' .github/workflows/test-utils.yml'
1614
1715jobs :
1816 test :
3331 - name : Install dependencies
3432 run : |
3533 python -m pip install --upgrade pip
36- pip install pytest
34+ pip install pytest pydantic pyyaml
3735
38- - name : Run pytest
36+ - name : Run pytest for matrix-logic
37+ run : |
38+ cd utils/matrix-logic
39+ pytest test_generate_sweep_configs.py -v
40+
41+ - name : Run pytest for process_result
3942 run : |
4043 cd utils
4144 pytest test_process_result.py -v
You can’t perform that action at this time.
0 commit comments