Skip to content

requested changes for Magic@pymarlzoo+ #95

requested changes for Magic@pymarlzoo+

requested changes for Magic@pymarlzoo+ #95

Workflow file for this run

name: Tests on latest tag 3.9
on:
pull_request:
branches:
- main
push:
branches:
- 'main'
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Install dependencies
run: |
sudo apt-get install -y python3-opengl
pip install -r requirements.txt
pip install opencv-python-headless
AutoROM -y
- name: Run tests
run: python -m unittest tests.test_envs_api