File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 3535 uses : astral-sh/setup-uv@v6
3636 with :
3737 python-version : ${{ matrix.python-version }}
38- - name : Get Python Version
39- shell : bash
40- run : |
41- set -eux
42- python --version > python_version.txt
43- cat python_version.txt
44- - name : Install Dependencies
45- shell : bash
46- run : |
47- set -eux
48- uv sync --locked --group test
4938 - name : Install Eigen3 on linux
5039 if : ${{ matrix.os == 'ubuntu-latest'}}
5140 run : |
6756 vcpkg --triplet x64-windows-static install nlohmann-json
6857 vcpkg --triplet x64-windows install nlohmann-json
6958 vcpkg integrate install
59+ - name : Install Dependencies
60+ shell : bash
61+ run : |
62+ set -eux
63+ uv sync --locked --group test
7064 - name : Build & Install
7165 if : ${{ matrix.os == 'ubuntu-latest'}}
7266 shell : bash
You can’t perform that action at this time.
0 commit comments