Skip to content

Commit 2b9a6bb

Browse files
+ Bug fix test worker
1 parent b52675e commit 2b9a6bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-worker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install -U pip
26-
python -m pip install -U coverage pytest pytest-cov
27-
python -m pip install -r requirements.txt
26+
python -m pip install -U coverage pytest pytest-cov poetry
27+
python -m poetry install
2828
2929
- name: Lint with Ruff
3030
run: |

0 commit comments

Comments
 (0)