We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52675e commit 2b9a6bbCopy full SHA for 2b9a6bb
.github/workflows/test-worker.yml
@@ -23,8 +23,8 @@ jobs:
23
- name: Install dependencies
24
run: |
25
python -m pip install -U pip
26
- python -m pip install -U coverage pytest pytest-cov
27
- python -m pip install -r requirements.txt
+ python -m pip install -U coverage pytest pytest-cov poetry
+ python -m poetry install
28
29
- name: Lint with Ruff
30
0 commit comments