From ab3674e36a3f33b4f784d187ca42336c95c085de Mon Sep 17 00:00:00 2001 From: Ivan-267 <61947090+Ivan-267@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:01:31 +0100 Subject: [PATCH] Update test-ci.yml Tests compatibility with older onnx which works well with the rllib example script. --- .github/workflows/test-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index 0a8250c..d408c76 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -78,6 +78,7 @@ jobs: run: | pip uninstall -y stable-baselines3 gymnasium pip install "ray[rllib]<=2.38.0" + pip install onnx==1.16.1 - name: Download examples run: | make download_examples @@ -106,6 +107,7 @@ jobs: run: | pip uninstall -y stable-baselines3 gymnasium pip install "ray[rllib]<=2.38.0" + pip install onnx==1.16.1 - name: Download examples run: | make download_examples