Skip to content

fix pyright error: Variable not allowed in type expression #38

fix pyright error: Variable not allowed in type expression

fix pyright error: Variable not allowed in type expression #38

Workflow file for this run

name: Continuous Integration - Python application
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies
run: pip install -e .\[test\]
- name: Test and lint with pytest and flake8
run: pytest