Skip to content

Commit 1c90a6e

Browse files
committed
Debug ci run
1 parent 01e84f1 commit 1c90a6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: pip install uv
3737

3838
- name: Install package
39-
run: uv sync --all-extras --group ci
39+
run: uv sync --locked --all-extras --group ci --verbose
4040

4141
# BigQuery start
4242
# - id: 'auth'

.github/workflows/ci_full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: pip install uv
3838

3939
- name: Install package
40-
run: uv sync --all-extras
40+
run: uv sync --locked --all-extras --verbose
4141

4242
# BigQuery start
4343
# - id: 'auth'

0 commit comments

Comments
 (0)