Skip to content

Commit 3b0c8dd

Browse files
authored
Merge pull request #74 from psav/psav/debug
Debuggin' + py36
2 parents 782cc84 + f8d176e commit 3b0c8dd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tester.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
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

0 commit comments

Comments
 (0)