File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010 steps :
1111 - uses : actions/checkout@v1
12- - name : Set up Python 3.7
12+ - name : Set up Python 3.6
1313 uses : actions/setup-python@v1
1414 with :
15- python-version : 3.7
15+ python-version : 3.6
1616 - name : Install dependencies
1717 run : |
1818 python -m pip install --upgrade pip
@@ -21,17 +21,17 @@ jobs:
2121 pip install -r ./test/perf/requirements.txt
2222 - name : Perform integration tests
2323 run : |
24- pytest ./test/perf/
24+ pytest ./test/perf/ -s
2525 unit :
2626 name : Unit Tests
2727 runs-on : ubuntu-latest
2828
2929 steps :
3030 - uses : actions/checkout@v1
31- - name : Set up Python 3.7
31+ - name : Set up Python 3.6
3232 uses : actions/setup-python@v1
3333 with :
34- python-version : 3.7
34+ python-version : 3.6
3535 - name : Install dependencies
3636 run : |
3737 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments