Skip to content

fixed to only limit TET tags to the ones with source_method = abc_lit… #4343

fixed to only limit TET tags to the ones with source_method = abc_lit…

fixed to only limit TET tags to the ones with source_method = abc_lit… #4343

Workflow file for this run

name: flake8
on: [push]
jobs:
run-flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-python@v4
name: setup python
with:
python-version: 3.8
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements.dev.txt
- name: run flake8
run: make run-local-flake8