Skip to content

Commit 09366f6

Browse files
committed
DNM: force new numpy in e2e
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
1 parent f0b9796 commit 09366f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/e2e-nvidia-l40s-x4.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ jobs:
199199
pip_install="pip install -c $ilab_constraints"
200200
$pip_install .
201201
$pip_install .[cuda]
202+
# for testing only, remove
203+
pip install numpy==2.2.6
202204
203205
- name: Check disk before tests
204206
if: always()

0 commit comments

Comments
 (0)