Skip to content

Fix Python Tests Dependency Installation Error on Beta #336

Fix Python Tests Dependency Installation Error on Beta

Fix Python Tests Dependency Installation Error on Beta #336

Workflow file for this run

name: Linters (flake8, black, isort)
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- uses: pre-commit/action@v3.0.0