Skip to content

Commit

Permalink
feat: added sheeprl tests to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michele-milesi authored and alexpalms committed Nov 17, 2023
1 parent 4452472 commit 1b66b25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/reusable_unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
extra: ['basic', 'stable-baselines', 'stable-baselines3', 'ray-rllib']
extra: ['basic', 'stable-baselines', 'stable-baselines3', 'ray-rllib', 'sheeprl']
python-version: ['3.7', '3.8', '3.9', '3.10']

steps:
Expand Down Expand Up @@ -63,6 +63,8 @@ jobs:
echo "test_script=test_sb3.py" >> "$GITHUB_ENV"
elif [ "${{ matrix.extra }}" == "ray-rllib" ]; then
echo "test_script=test_ray_rllib.py" >> "$GITHUB_ENV"
elif [ "${{ matrix.extra }}" == "sheeprl" ]; then
echo "test_script=test_sheeprl.py" >> "$GITHUB_ENV"
fi
- name: Install proper packages
Expand Down

0 comments on commit 1b66b25

Please sign in to comment.