Skip to content

Use Python 3.11

Use Python 3.11 #18

Workflow file for this run

---
name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.11
- name: Install dependecies
run: pip install -r requirements.txt
- name: Test
run: python run_tests.py