tests: harden memory leak check in test_siblings_without_eval (#3088)

Signed-off-by: Ihar Hrachyshka <[email protected]>
This commit is contained in:
Ihar Hrachyshka
2026-03-17 16:03:10 +09:00
committed by GitHub
parent 1e855446b2
commit e353be8235
2 changed files with 5 additions and 12 deletions
+2 -2
View File
@@ -12,12 +12,12 @@ runs:
run: |
pip install --upgrade pip
pip install cmake setuptools typing_extensions
pip install -e . -v
pip install -e ".[dev]" -v
- name: Install tests dependencies
shell: bash -l {0}
run: |
pip install numpy torch tensorflow
pip install tensorflow
- name: Run Python tests
shell: bash -l {0}