Skip to content

Commit 6682f04

Browse files
committed
feat/ENG-25425.add-upload-endpoints
Add missing dependencies
1 parent 0cddec2 commit 6682f04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
python -m pip install --upgrade pip
2727
pip install -r requirements.txt
2828
pip install -r test-requirements.txt
29+
pip install pytest-cov dotenv
2930
- name: Test with pytest
3031
run: |
3132
pytest --cov=lilt

0 commit comments

Comments
 (0)