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 32dea10 commit 948e49fCopy full SHA for 948e49f
1 file changed
.github/workflows/runtimes.yml
@@ -28,12 +28,12 @@ jobs:
28
python-version: "3.12"
29
30
- name: Install test deps
31
- run: pip install pytest pytest-asyncio cloudpickle aiohttp requests
+ run: |
32
+ pip install -e .
33
+ pip install pytest pytest-asyncio cloudpickle
34
35
- name: Run task runner tests
- run: |
- pip install -e . --no-deps
36
- pytest tests/test_apps/test_tasks.py tests/test_apps/test_task_runner_http.py -q -o addopts=""
+ run: pytest tests/test_apps/test_tasks.py tests/test_apps/test_task_runner_http.py -q -o addopts=""
37
38
build-task-cpu:
39
runs-on: ubuntu-latest
0 commit comments