Skip to content

Commit

Permalink
feat: decrease the guard check interval, bump version (#596)
Browse files Browse the repository at this point in the history
* feat: decrease the guard check interval, bump version

Signed-off-by: Keming <[email protected]>

* run redis out of python

Signed-off-by: Keming <[email protected]>

---------

Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy authored Nov 13, 2024
1 parent eb82318 commit 03a5fdd
Show file tree
Hide file tree
Showing 7 changed files with 391 additions and 740 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@ jobs:
# ignore the shm test for Python 3.12 since pyarrow doesn't have py3.12 wheel with version < 12
if: ${{ startsWith(matrix.os, 'ubuntu') && !startsWith(matrix.python-version, '3.12') && !startsWith(matrix.python-version, '3.13') }}
run: |
sudo apt update && sudo apt install redis
docker run --rm -d --name redis -p 6379:6379 redis
make test_shm
docker stop redis
Loading

0 comments on commit 03a5fdd

Please sign in to comment.