Skip to content

Commit 222d425

Browse files
authored
Update testing.yml
1 parent 1a4475d commit 222d425

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install pytest
27-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28-
26+
pip install "pandas[excel]" financedatabase pytest
2927
- name: Run tests
3028
run: |
31-
pytest tests/
29+
pytest tests/

0 commit comments

Comments
 (0)