Skip to content

♻️ Support of python3.11 too #427

♻️ Support of python3.11 too

♻️ Support of python3.11 too #427

Workflow file for this run

name: tests
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11', '3.12']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install poetry
poetry --version
poetry install
- name: Run tests
run: |
poetry run pytest --cov=epsilion_wars_mmorpg_automation