Skip to content

Update .pre-commit-config.yaml #9

Update .pre-commit-config.yaml

Update .pre-commit-config.yaml #9

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
---
name: MacOS tests
on:
push:
branches: [main]
permissions:
contents: read
jobs:
macos-test:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
run: |
pip install -e .
AutoROM -v
- name: Full Python tests
run: |
pytest -v ./test/test_gobblet_env.py