From d62ca4dd914e4102e35a0753b44bbff5e33f1cf7 Mon Sep 17 00:00:00 2001 From: Jesse Haviland Date: Mon, 29 Jul 2024 15:29:59 +1000 Subject: [PATCH] Update test_future.yml --- .github/workflows/test_future.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test_future.yml b/.github/workflows/test_future.yml index b1791a57..f5960280 100644 --- a/.github/workflows/test_future.yml +++ b/.github/workflows/test_future.yml @@ -65,6 +65,12 @@ jobs: pip install . cd ../robotics-toolbox-python/rtb-data pip install . + + - name: Specific numpy version for Ubuntu (pybullet dep) + if: runner.os == "ubuntu-latest" + run: | + pip install numpy=1.26.4 + - name: Test with pytest run: | cd robotics-toolbox-python