From a7f23f3268b0f615d5218c7a73f20455ef19dc9b Mon Sep 17 00:00:00 2001 From: Jesse Haviland Date: Mon, 29 Jul 2024 15:39:02 +1000 Subject: [PATCH] Update test_future.yml --- .github/workflows/test_future.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_future.yml b/.github/workflows/test_future.yml index b68872c4..30d9b164 100644 --- a/.github/workflows/test_future.yml +++ b/.github/workflows/test_future.yml @@ -67,7 +67,7 @@ jobs: pip install . - name: Specific numpy version for Ubuntu (pybullet dep) - if: runner.os == 'ubuntu-latest' + if: runner.os == 'Linux' run: pip install numpy==1.26.4 - name: Test with pytest