Skip to content

Commit 03a5fdd

Browse files
authored
feat: decrease the guard check interval, bump version (#596)
* feat: decrease the guard check interval, bump version Signed-off-by: Keming <kemingy94@gmail.com> * run redis out of python Signed-off-by: Keming <kemingy94@gmail.com> --------- Signed-off-by: Keming <kemingy94@gmail.com>
1 parent eb82318 commit 03a5fdd

File tree

7 files changed

+391
-740
lines changed

7 files changed

+391
-740
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,6 @@ jobs:
9999
# ignore the shm test for Python 3.12 since pyarrow doesn't have py3.12 wheel with version < 12
100100
if: ${{ startsWith(matrix.os, 'ubuntu') && !startsWith(matrix.python-version, '3.12') && !startsWith(matrix.python-version, '3.13') }}
101101
run: |
102-
sudo apt update && sudo apt install redis
102+
docker run --rm -d --name redis -p 6379:6379 redis
103103
make test_shm
104+
docker stop redis

0 commit comments

Comments
 (0)