Skip to content

Major refactoring gymnasium et al #171

Major refactoring gymnasium et al

Major refactoring gymnasium et al #171

Workflow file for this run

on:
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- run: python3 -m pip install wheel
- run: python3 -m pip install .["tests"]
- run: pytest tests/test_gym_settings.py
- run: pytest tests/test_wrappers_settings.py
- run: pytest tests/test_recording_settings.py
- run: pytest tests/test_examples.py
- run: pytest tests/test_speed.py
- run: pytest -k "test_random_gym_mock or test_random_wrappers_mock" tests/test_random.py # Run only mocked tests