Skip to content

Commit 337196a

Browse files
committed
change the github action to use requirments.txt
1 parent dac5f6f commit 337196a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
python-version: '3.12'
1515

16-
- run: pip install mkdocs mkdocs-material mdx_math
16+
- run: pip install -r requirements.txt
1717

1818
- run: mkdocs build
1919

0 commit comments

Comments
 (0)