mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-23 14:10:29 +00:00
fix
This commit is contained in:
parent
594384328c
commit
562767c884
@ -67,7 +67,7 @@ jobs:
|
||||
|
||||
- name: Unit Testing
|
||||
run: |
|
||||
PYTHONPATH=$PWD pytest --durations=0 tests
|
||||
PYTHONPATH=$PWD pytest -m "not largedist" --durations=0 tests
|
||||
env:
|
||||
DATA: /data/scratch/cifar-10
|
||||
LD_LIBRARY_PATH: /github/home/.tensornvme/lib
|
||||
|
@ -61,7 +61,7 @@ jobs:
|
||||
|
||||
- name: Unit Testing
|
||||
run: |
|
||||
PYTHONPATH=$PWD pytest --durations=0 tests
|
||||
PYTHONPATH=$PWD pytest -m "not largedist" --durations=0 tests
|
||||
env:
|
||||
DATA: /data/scratch/cifar-10
|
||||
LD_LIBRARY_PATH: /github/home/.tensornvme/lib
|
||||
|
Loading…
Reference in New Issue
Block a user