We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642cbf3 commit 0f998afCopy full SHA for 0f998af
.github/workflows/_ci.yaml
@@ -564,7 +564,7 @@ jobs:
564
docker run -i --gpus all --shm-size=1g \
565
${{ needs.build-levanter.outputs.DOCKER_TAG_FINAL }} \
566
bash <<"EOF" |& tee test-levanter.log
567
- pip install flake8 pytest soundfile librosa
+ pip install flake8 pytest pytest-asyncio soundfile librosa
568
PYTHONPATH=/opt/levanter/tests:$PYTHONPATH pytest /opt/levanter/tests -m "not entry and not slow and not ray"
569
EOF
570
STATISTICS_SCRIPT: |
0 commit comments