Skip to content

♻️ Remove vendor-lock stop words (close #29) #442

♻️ Remove vendor-lock stop words (close #29)

♻️ Remove vendor-lock stop words (close #29) #442

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