Skip to content

Commit

Permalink
Fix test pipeline package install
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonCN committed Nov 27, 2024
1 parent c2e63e8 commit 44915f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install pytest
python3 -m pip install pytest-cov
python3 -m pip install -e .[tests, gym]
python3 -m pip install -e .[tests,gym]
- name: Tests
run: |
Expand Down

0 comments on commit 44915f1

Please sign in to comment.