Skip to content

fixed poetry install #71

fixed poetry install

fixed poetry install #71

Workflow file for this run

on:
pull_request:
push:
branches: [main, master]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.7
- uses: pre-commit/[email protected]