Skip to content

Commit 0f998af

Browse files
committed
Fix levanter failure
1 parent 642cbf3 commit 0f998af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ jobs:
564564
docker run -i --gpus all --shm-size=1g \
565565
${{ needs.build-levanter.outputs.DOCKER_TAG_FINAL }} \
566566
bash <<"EOF" |& tee test-levanter.log
567-
pip install flake8 pytest soundfile librosa
567+
pip install flake8 pytest pytest-asyncio soundfile librosa
568568
PYTHONPATH=/opt/levanter/tests:$PYTHONPATH pytest /opt/levanter/tests -m "not entry and not slow and not ray"
569569
EOF
570570
STATISTICS_SCRIPT: |

0 commit comments

Comments
 (0)