Skip to content

refactor: remove repetitive imports in run.py #52

refactor: remove repetitive imports in run.py

refactor: remove repetitive imports in run.py #52

Workflow file for this run

name: Test in soccer game environment
on:
push:
paths:
- 'src/**'
- 'tests/**'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Test soccer game
run: |
chmod +x tests/test_soccer.sh
tests/test_soccer.sh