Skip to content

Commit

Permalink
install onnx on ci for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
nkzawa committed Oct 23, 2024
1 parent b08a704 commit 3d89cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Install conda env & dependencies
run: |
conda install python=${{ matrix.python-version }}
pip install -e '.[atari, mujoco, pettingzoo]'
pip install -e '.[atari, mujoco, pettingzoo, onnx]'
conda list
- name: Install test dependencies
run: |
Expand Down

0 comments on commit 3d89cc1

Please sign in to comment.