mirror of
https://github.com/bigscience-workshop/petals
synced 2024-10-31 09:20:41 +00:00
e2711a033b
This PR will run basic tests automatically on each subsequent PR - convert a small model on every PR - run existing tests on every PR - enforce black / isort - require checks on merge - make sure tests are not flappy Co-authored-by: Alexander Borzunov <hxrussia@gmail.com> Co-authored-by: Dmitry Baranchuk <dmitrybaranchuk@gmail.com>
6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
pytest==6.2.5 # see https://github.com/pytest-dev/pytest/issues/9621
|
|
pytest-forked
|
|
pytest-asyncio==0.16.0
|
|
black==22.3.0
|
|
isort==5.10.1
|
|
psutil |