Skip to content

Commit 02aa4bd

Browse files
committed
Install pytest in e2e_browser workflow
Matches the explicit pytest install in test_dev / test_stable workflows. Neither requirements.txt nor dev_requirements.txt lists pytest, so the e2e job hit ModuleNotFoundError when invoking python -m pytest.
1 parent 916ce49 commit 02aa4bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/e2e_browser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
run: |
4747
python -m pip install --upgrade pip wheel
4848
pip install -r dev_requirements.txt
49+
pip install pytest
4950
5051
- name: Wait for Grid to be ready
5152
run: |

0 commit comments

Comments
 (0)