We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442d83b commit da3a519Copy full SHA for da3a519
.github/workflows/docs.yaml
@@ -60,11 +60,15 @@ jobs:
60
- name: Install dependencies and build
61
uses: astral-sh/setup-uv@v5
62
63
+ - name: Build repo
64
+ run: |
65
+ uv venv
66
+ uv sync --dev -v
67
+
68
- name: Build docs
69
run: |
70
set -x
71
cd docs
- uv venv
72
uv pip install -r requirements.txt
73
curl -O https://gist.githubusercontent.com/ritchie46/cac6b337ea52281aa23c049250a4ff03/raw/89a957ff3919d90e6ef2d34235e6bf22304f3366/pokemon.csv
74
curl -O https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2021-01.parquet
0 commit comments