Skip to content

Add installation test CICD and pin ubuntu image #145

Add installation test CICD and pin ubuntu image

Add installation test CICD and pin ubuntu image #145

Workflow file for this run

name: DIAMBRA Arena tests
on:
pull_request: {}
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- run: python3 -m pip install wheel==0.38.4
- 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_random.py
- run: pytest tests/test_speed.py