Skip to content

Commit 5ae5d6e

Browse files
committed
Add requirements for building
1 parent 9196f59 commit 5ae5d6e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uv pip install -r requirements.txt
6969
curl -O https://gist.githubusercontent.com/ritchie46/cac6b337ea52281aa23c049250a4ff03/raw/89a957ff3919d90e6ef2d34235e6bf22304f3366/pokemon.csv
7070
curl -O https://d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2021-01.parquet
71-
make html
71+
uv run make html
7272
7373
- name: Copy & push the generated HTML
7474
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag')

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ ipython
2424
pandas
2525
pickleshare
2626
sphinx-autoapi
27+
setuptools

0 commit comments

Comments
 (0)