Skip to content

Commit 7dddc0f

Browse files
+ Hot fix
1 parent a70c3f9 commit 7dddc0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-worker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
python -m pip install -U pip
2626
python -m pip install -U coverage pytest pytest-cov poetry
2727
python -m poetry install
28+
python -m poetry self add poetry-plugin-export
29+
python -m poetry export -f requirements.txt --output requirements.txt
30+
python -m pip install -r requirements.txt
2831
2932
- name: Lint with Ruff
3033
run: |

0 commit comments

Comments
 (0)