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 4747 - name : Install dependencies
4848 run : |
4949 uv sync --frozen
50- uv pip install setuptools pybind11 cmake wheel
50+ uv pip install setuptools setuptools_scm pybind11 cmake wheel
5151
5252 - name : Initialize CodeQL
5353 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 7878 run : uv sync --frozen --extra test
7979
8080 - name : Install build dependencies
81- run : uv pip install setuptools pybind11 cmake wheel
81+ run : uv pip install setuptools setuptools_scm pybind11 cmake wheel
8282
8383 - name : Build C++ extensions
8484 run : uv run python setup.py build_ext --inplace
Original file line number Diff line number Diff line change 7878 run : uv sync --frozen --extra test
7979
8080 - name : Install build dependencies
81- run : uv pip install setuptools pybind11 cmake wheel
81+ run : uv pip install setuptools setuptools_scm pybind11 cmake wheel
8282
8383 - name : Build C++ extensions
8484 run : uv run python setup.py build_ext --inplace
You can’t perform that action at this time.
0 commit comments