Skip to content

Fix RTD version parsing #94

Fix RTD version parsing

Fix RTD version parsing #94

Workflow file for this run

name: Flake8
on: [push]
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install Poetry
uses: abatilo/actions-poetry@v3
with:
poetry-version: latest
- name: Install Poetry Dependencies
run: poetry install --with dev
- name: Run Flake8
run: poetry run flake8 scp