Skip to content

Commit

Permalink
fix valgrind action
Browse files Browse the repository at this point in the history
  • Loading branch information
mayty committed Jan 19, 2025
1 parent 69a594e commit 03cfc1f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,8 @@ jobs:
echo '127.0.0.1 clickhouse-server' | sudo tee /etc/hosts > /dev/null
- name: Install requirements
run: |
python testsrequire.py
python setup.py develop
env:
USE_NUMPY: 1
pip install -e .[lz4,zstd,numpy]
pip install -r tests/requirements.txt
- name: Run tests under valgrind
run: valgrind -s --error-exitcode=1 --suppressions=valgrind.supp py.test -v
env:
Expand Down

0 comments on commit 03cfc1f

Please sign in to comment.