Skip to content

Commit 1ce56e2

Browse files
CI: Use verbose sync
1 parent ddd4463 commit 1ce56e2

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/config-options.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
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 . . ."

.github/workflows/custom-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
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 . . ."

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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 . . ."

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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

@@ -68,7 +68,7 @@ jobs:
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 . . ."

.github/workflows/test-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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 . . ."

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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 . . ."

0 commit comments

Comments
 (0)