Skip to content

pin poetry version to ensure python compatibility #1124

pin poetry version to ensure python compatibility

pin poetry version to ensure python compatibility #1124

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
version: "22.8.0"