Skip to content

Merge pull request #21 from buzzCraft/PratimaAI-patch-1 #31

Merge pull request #21 from buzzCraft/PratimaAI-patch-1

Merge pull request #21 from buzzCraft/PratimaAI-patch-1 #31

Workflow file for this run

name: Run Tests with Poetry
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.10'