Skip to content

Delete farama_notifications/__pycache__ directory #14

Delete farama_notifications/__pycache__ directory

Delete farama_notifications/__pycache__ directory #14

Workflow file for this run

name: Check notifications
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Check notifications
run: |
pip3 install .
python3 tests/ci-test.py