Skip to content

Update agilerl version and simplified CNN definition (#1182) #613

Update agilerl version and simplified CNN definition (#1182)

Update agilerl version and simplified CNN definition (#1182) #613

Workflow file for this run

---
name: MacOS tests
on:
push:
branches: [master]
permissions:
contents: read
jobs:
macos-test:
runs-on: macos-11
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install dependencies
run: |
pip install -e .[all]
pip install -e .[testing]
AutoROM -v
- name: Full Python tests
run: |
pytest -v --cov=pettingzoo --cov-report term