Skip to content

Commit 7caebaf

Browse files
committed
run pip install .
because module "thread" isn't installing somehow
1 parent e54e520 commit 7caebaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-worker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
python -m poetry self add poetry-plugin-export
5555
python -m poetry export -f requirements.txt --output requirements.txt
5656
python -m pip install -r requirements.txt
57+
python -m pip install .
5758
5859
- name: Test with pytest
5960
run: |

0 commit comments

Comments
 (0)