Skip to content

Commit

Permalink
chore: add pandas tests to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Jan 29, 2025
1 parent 0706f37 commit 3ecb385
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@
with:
python-version: 3.x
- name: Install dependencies
run: pip install mkdocs-material
run: |
pip install mkdocs==1.6.1 \
mkdocs-material==9.5.34 \
mkdocstrings==0.26.1 \
mkdocstrings-python==1.11.1 \
mkdocs-glightbox==0.4.0 \
pytkdocs==0.16.2
- name: Copy environment file
run: cp .env.sample .env
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
Expand Down

0 comments on commit 3ecb385

Please sign in to comment.