Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Levanter: Resolve issue with zarr3 #1063

Merged
merged 11 commits into from
Dec 10, 2024
Merged
2 changes: 2 additions & 0 deletions .github/container/Dockerfile.levanter
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ echo "-e file://${SRC_PATH_LEVANTER}" >> /opt/pip-tools.d/requirements-levanter.
echo "-e file://${SRC_PATH_HALIAX}" >> /opt/pip-tools.d/requirements-levanter.in
EOF

ENV PYTHONPATH="${PYTHONPATH}:/opt/levanter/src"

###############################################################################
## Add warning for the shared data cache mechanism
###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ jobs:
${{ needs.build-levanter.outputs.DOCKER_TAG_FINAL }} \
bash <<"EOF" |& tee test-levanter.log
pip install flake8 pytest soundfile librosa
PYTHONPATH=/opt/levanter/tests:$PYTHONPATH pytest /opt/levanter/tests
PYTHONPATH=/opt/levanter/tests:$PYTHONPATH pytest /opt/levanter/tests -m "not entry and not slow and not ray"
EOF
STATISTICS_SCRIPT: |
summary_line=$(tail -n1 test-levanter.log)
Expand Down
Loading