Skip to content

Commit

Permalink
added requirements to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
silvavn committed Jun 5, 2021
1 parent f5ce434 commit 76b3467
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: pip install mkdocstrings==0.14.0
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ yfinance.egg-info
.coverage
.vscode/
build/
*.html
*.css
*.png

0 comments on commit 76b3467

Please sign in to comment.