Skip to content

Commit 122411d

Browse files
committed
Fix github test workflows
1 parent 3cde240 commit 122411d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474
[ "$RUNNER_OS" = "Linux" ] && .github/workflows/install-krb5.sh
7575
python -m pip install -U pip setuptools wheel
7676
python -m pip install -e .[test]
77+
# 添加 uvloop 安装
78+
if [ "${{ matrix.loop }}" = "uvloop" ]; then
79+
python -m pip install uvloop
80+
fi
7781
7882
- name: Wait for openGauss to be ready
7983
env:

0 commit comments

Comments
 (0)