Skip to content

Commit

Permalink
Update test-ci.yml
Browse files Browse the repository at this point in the history
Tests compatibility with older onnx which works well with the rllib example script.
  • Loading branch information
Ivan-267 authored Jan 20, 2025
1 parent e59f047 commit ab3674e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ab3674e

Please sign in to comment.