File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565
6666 # Build libsemigroups_pybind11
6767 - name : " Install libsemigroups_pybind11 . . ."
68- run : uv sync --locked --all-extras --no-dev
68+ run : uv sync --verbose -- locked --all-extras --no-dev
6969
7070 # Run the tests
7171 - name : " Running tests . . ."
Original file line number Diff line number Diff line change 6565
6666 # Build libsemigroups_pybind11
6767 - name : " Install libsemigroups_pybind11 . . ."
68- run : uv sync --locked --all-extras
68+ run : uv sync --verbose -- locked --all-extras
6969
7070 # Run the tests
7171 - name : " Running tests . . ."
Original file line number Diff line number Diff line change 5656
5757 # Build libsemigroups_pybind11
5858 - name : " Install libsemigroups_pybind11 . . ."
59- run : uv sync --locked --extra docs --no-dev
59+ run : uv sync --verbose -- locked --extra docs --no-dev
6060
6161 # Check the docs
6262 - name : " Checking the doc for warnings . . ."
Original file line number Diff line number Diff line change 3838 with :
3939 enable-cache : true
4040 - name : " Install libsemigroups_pybind11 dependencies . . ."
41- run : uv sync --locked --no-install-project --no-dev --group lint
41+ run : uv sync --verbose -- locked --no-install-project --no-dev --group lint
4242 - name : " Find the names of the Python files that will be linted"
4343 run : echo "PYTHON_FILES=$(uv run ruff check --show-files | grep '\.py$' | tr -s '\n' ' ')" >> $GITHUB_ENV
4444
6868
6969 # Build libsemigroups_pybind11
7070 - name : " Install libsemigroups_pybind11 . . ."
71- run : uv sync --locked --all-extras --no-dev --group lint
71+ run : uv sync --verbose -- locked --all-extras --no-dev --group lint
7272
7373 # Lint with ruff and cpplint
7474 - name : " Lint with pylint . . ."
Original file line number Diff line number Diff line change 5858
5959 # Build libsemigroups_pybind11
6060 - name : " Install libsemigroups_pybind11 . . ."
61- run : uv sync --locked --all-extras --no-dev
61+ run : uv sync --verbose -- locked --all-extras --no-dev
6262
6363 # Run the tests
6464 - name : " Running tests . . ."
Original file line number Diff line number Diff line change 5555
5656 # Build libsemigroups_pybind11
5757 - name : " Install libsemigroups_pybind11 . . ."
58- run : uv sync --locked --all-extras --no-dev
58+ run : uv sync --verbose -- locked --all-extras --no-dev
5959
6060 # Run the tests
6161 - name : " Running tests . . ."
You can’t perform that action at this time.
0 commit comments