We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea39bc commit b4dd804Copy full SHA for b4dd804
1 file changed
.github/workflows/test.yml
@@ -35,6 +35,8 @@ jobs:
35
#emulator-options: -no-boot-anim
36
script: |
37
pip install '.[async,dev]'
38
+ pip install -r requirements.txt
39
+ pip install pytest
40
python3 -m pytest test -s -v --junitxml=junit/test-results.xml
41
python3 -m pytest test_async -s -v --junitxml=junit/test-async-results.xml
42
0 commit comments