Skip to content

Commit 83df665

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/testing.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
with:
2121
python-version: '3.10'
2222

23-
- name: Install dependencies
24-
run: |
25-
python -m pip install --upgrade pip
26-
pip install "pandas[excel]" financedatabase pytest
23+
- name: Install Poetry
24+
run: pip install poetry
25+
- name: Update dependencies
26+
run: poetry install
2727
- name: Run tests
2828
run: |
29-
pytest tests/
29+
poetry run pytest tests/

0 commit comments

Comments
 (0)