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