Skip to content

Commit da3a519

Browse files
committed
Call uv sync with verbose mode so users can see the build occuring in CI
1 parent 442d83b commit da3a519

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,15 @@ jobs:
6060
- name: Install dependencies and build
6161
uses: astral-sh/setup-uv@v5
6262

63+
- name: Build repo
64+
run: |
65+
uv venv
66+
uv sync --dev -v
67+
6368
- name: Build docs
6469
run: |
6570
set -x
6671
cd docs
67-
uv venv
6872
uv pip install -r requirements.txt
6973
curl -O https://gist.githubusercontent.com/ritchie46/cac6b337ea52281aa23c049250a4ff03/raw/89a957ff3919d90e6ef2d34235e6bf22304f3366/pokemon.csv
7074
curl -O https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2021-01.parquet

0 commit comments

Comments
 (0)