Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Set age 24 and enable workflow #17

Set age 24 and enable workflow

Set age 24 and enable workflow #17

Workflow file for this run

name: Test
on:
push:
paths-ignore:
- 'README.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Install dependencies
run: pip install -r requirements.txt
- name: PyTest
run: python -m pytest