Skip to content

Commit b4dd804

Browse files
authored
Update test.yml
1 parent dea39bc commit b4dd804

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
#emulator-options: -no-boot-anim
3636
script: |
3737
pip install '.[async,dev]'
38+
pip install -r requirements.txt
39+
pip install pytest
3840
python3 -m pytest test -s -v --junitxml=junit/test-results.xml
3941
python3 -m pytest test_async -s -v --junitxml=junit/test-async-results.xml
4042

0 commit comments

Comments
 (0)