Skip to content

Commit 562767c

Browse files
committed
fix
1 parent 5943843 commit 562767c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compatiblity_test_on_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Unit Testing
6969
run: |
70-
PYTHONPATH=$PWD pytest --durations=0 tests
70+
PYTHONPATH=$PWD pytest -m "not largedist" --durations=0 tests
7171
env:
7272
DATA: /data/scratch/cifar-10
7373
LD_LIBRARY_PATH: /github/home/.tensornvme/lib

.github/workflows/compatiblity_test_on_schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Unit Testing
6363
run: |
64-
PYTHONPATH=$PWD pytest --durations=0 tests
64+
PYTHONPATH=$PWD pytest -m "not largedist" --durations=0 tests
6565
env:
6666
DATA: /data/scratch/cifar-10
6767
LD_LIBRARY_PATH: /github/home/.tensornvme/lib

0 commit comments

Comments
 (0)