Skip to content

Merge pull request #67 from juniorguru/dependabot/pip/python-e7d1fbd8b6 #159

Merge pull request #67 from juniorguru/dependabot/pip/python-e7d1fbd8b6

Merge pull request #67 from juniorguru/dependabot/pip/python-e7d1fbd8b6 #159

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Poetry
run: pipx install poetry
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version-file: pyproject.toml
cache: poetry
- name: Install Python dependencies
run: poetry install
- name: Test
run: poetry run pytest