Skip to content

Commit dce9b06

Browse files
committed
roll back ci
1 parent 13d3769 commit dce9b06

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/test-inference.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232

3333
- name: Install dependencies
3434
run: |
35-
pip install ".[test]"
35+
pip install .
36+
pip install pytest pytest-asyncio
3637
3738
- name: Run tests
3839
run: |

.github/workflows/test-nodes.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232

3333
- name: Install dependencies
3434
run: |
35-
pip install ".[test]"
35+
pip install .
36+
pip install pytest pytest-asyncio
3637
3738
- name: Run tests
3839
run: |

.github/workflows/test-optimization.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232

3333
- name: Install dependencies
3434
run: |
35-
pip install ".[test]"
35+
pip install .
36+
pip install pytest pytest-asyncio
3637
3738
- name: Run tests
3839
run: |

.github/workflows/unit-tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232

3333
- name: Install dependencies
3434
run: |
35-
pip install ".[test]"
35+
pip install .
36+
pip install pytest pytest-asyncio
3637
3738
- name: Run tests
3839
run: |

0 commit comments

Comments
 (0)