Skip to content

Commit 17ceda1

Browse files
authored
fix(interactive): Add requests in test-requirements (#4434)
- Resolve the CI issue: https://github.com/alibaba/GraphScope/actions/runs/12862048341/job/35856903879 - Use an elder version of mimalloc.
1 parent 6bcd9c5 commit 17ceda1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pytest~=7.1.3
22
pytest-cov>=2.8.1
33
pytest-randomly>=3.12.0
4+
requests>=2.32.3

python/graphscope/gsctl/scripts/install_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ install_zlib() {
489489

490490
install_mimalloc() {
491491
pushd "${tempdir}" || exit
492-
git clone https://github.com/microsoft/mimalloc -b v1.8.9
492+
git clone https://github.com/microsoft/mimalloc -b v1.8.6
493493
cd mimalloc
494494
mkdir -p build && cd build
495495
cmake .. -DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)