We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283da92 commit 4ba65ceCopy full SHA for 4ba65ce
.github/workflows/_unit_test_coverage.yml
@@ -97,10 +97,8 @@ jobs:
97
python -m pip install paddlepaddle-gpu==3.0.0.dev20250729 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
98
99
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
100
+ python -m pip install -r scripts/unittest_requirement.txt
101
-
102
- python -m pip install coverage
103
- python -m pip install diff-cover
104
python -m pip install ${fd_wheel_url}
105
if [ -d "test/plugins" ]; then
106
cd test/plugins
scripts/unittest_requirement.txt
@@ -0,0 +1,9 @@
1
+respx
2
+pytest
3
+pytest-asyncio
4
+pytest-tornasync
5
+pytest-trio
6
+pytest-twisted
7
+anyio
8
+coverage
9
+diff-cover
0 commit comments