Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit e33eec3

Browse files
committed
fix yfinance dependency
1 parent 5dbcb95 commit e33eec3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939

4040
- name: Build the documentation with Sphinx
4141
run: |
42+
poetry env use python${{ matrix.python-version }}
4243
poetry install --all-extras
4344
sudo apt install pandoc
4445
pip install pandoc

0 commit comments

Comments
 (0)