File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7070 run : uv sync --all-extras --group docs --prerelease=allow
7171
7272 - name : Build docs
73- run : uv run mkdocs build
73+ run : uv run mkdocs build --prerelease=allow
7474
7575 - name : Create .nojekyll file
7676 run : touch site/.nojekyll
Original file line number Diff line number Diff line change 6262
6363 - name : Install dependencies and check code
6464 run : |
65- uv run pytest -m "not integration_test" --cov vec_inf --cov-report=xml tests
65+ uv run pytest -m "not integration_test" --cov vec_inf --cov-report=xml tests --prerelease=allow
6666
6767 - name : Install the core package only
6868 run : uv sync --no-dev
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ WORKDIR /vec-inf
5656COPY . /vec-inf
5757
5858# Install project dependencies with build requirements
59- uv pip install --system -e .[dev] --prerelease=allow
59+ RUN uv pip install --system -e .[dev] --prerelease=allow
6060
6161# Install a single, system NCCL (from NVIDIA CUDA repo in base image)
6262RUN apt-get update && apt-get install -y --allow-change-held-packages\
You can’t perform that action at this time.
0 commit comments