Skip to content

Commit 44c30e8

Browse files
committed
fix: install pytest in the same step as flatperf
1 parent a0c2b92 commit 44c30e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip install -e /tmp/flatbench
3131
3232
- name: Install flatperf
33-
run: pip install -e .
33+
run: pip install -e . pytest
3434

3535
- name: Smoke-test CLI
3636
run: |

0 commit comments

Comments
 (0)