Skip to content

Commit

Permalink
Call uv sync with verbose mode so users can see the build occuring in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timsaucer committed Jan 13, 2025
1 parent 442d83b commit da3a519
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,15 @@ jobs:
- name: Install dependencies and build
uses: astral-sh/setup-uv@v5

- name: Build repo
run: |
uv venv
uv sync --dev -v
- name: Build docs
run: |
set -x
cd docs
uv venv
uv pip install -r requirements.txt
curl -O https://gist.githubusercontent.com/ritchie46/cac6b337ea52281aa23c049250a4ff03/raw/89a957ff3919d90e6ef2d34235e6bf22304f3366/pokemon.csv
curl -O https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2021-01.parquet
Expand Down

0 comments on commit da3a519

Please sign in to comment.