Skip to content

Commit 3ecb385

Browse files
committed
chore: add pandas tests to makefile
1 parent 0706f37 commit 3ecb385

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/docs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@
1919
with:
2020
python-version: 3.x
2121
- name: Install dependencies
22-
run: pip install mkdocs-material
22+
run: |
23+
pip install mkdocs==1.6.1 \
24+
mkdocs-material==9.5.34 \
25+
mkdocstrings==0.26.1 \
26+
mkdocstrings-python==1.11.1 \
27+
mkdocs-glightbox==0.4.0 \
28+
pytkdocs==0.16.2
2329
- name: Copy environment file
2430
run: cp .env.sample .env
2531
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)