1 parent 66062db commit f81a749Copy full SHA for f81a749
1 file changed
.github/workflows/python-app.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
python -m venv .venv --system-site-packages
28
.venv/bin/pip install .
29
- .venv/bin/pip install pytest
+ .venv/bin/pip install pytest envwrap # Added envwrap to satisfy tqdm optional dependency and avoid uno import hook failure
30
- name: Run Tests
31
32
.venv/bin/pytest -v # Correct venv path and remove 'sudo'
0 commit comments