Skip to content

Commit 991f529

Browse files
committed
feat/ENG-25425.add-upload-endpoints
Fix pipeline
1 parent 6682f04 commit 991f529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +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
29+
pip install pytest-cov dotenv tenacity
3030
- name: Test with pytest
3131
run: |
3232
pytest --cov=lilt

0 commit comments

Comments
 (0)