Skip to content

Commit 6204f07

Browse files
authored
Fix pytest setup and make CI more verbose (#87)
1 parent 9ca6d85 commit 6204f07

File tree

4 files changed

+187
-105
lines changed

4 files changed

+187
-105
lines changed

.github/workflows/regression_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Run tests
3535
run: |
36-
pytest test
36+
pytest test --verbose -s -x
3737
3838
test-nightly:
3939
runs-on: 4-core-ubuntu-gpu-t4
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Run tests
6161
run: |
62-
pytest test
62+
pytest test --verbose -s -x
6363
6464
test-cpu:
6565
runs-on: 32-core-ubuntu
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Run tests
8787
run: |
88-
pytest test
88+
pytest test --verbose -s -x
8989
9090
test-nightly-cpu:
9191
runs-on: 32-core-ubuntu
@@ -111,4 +111,4 @@ jobs:
111111
112112
- name: Run tests
113113
run: |
114-
pytest test
114+
pytest test --verbose -s -x

dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ pytest
22
expecttest
33
parameterized
44
packaging
5+
transformers

0 commit comments

Comments
 (0)