Skip to content

Commit f81a749

Browse files
committed
Updated dependencies
1 parent 66062db commit f81a749

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
python -m venv .venv --system-site-packages
2828
.venv/bin/pip install .
29-
.venv/bin/pip install pytest
29+
.venv/bin/pip install pytest envwrap # Added envwrap to satisfy tqdm optional dependency and avoid uno import hook failure
3030
- name: Run Tests
3131
run: |
3232
.venv/bin/pytest -v # Correct venv path and remove 'sudo'

0 commit comments

Comments
 (0)