Skip to content

Update setuptools requirement from ^75.6.0 to ^78.1.0 (#38) #163

Update setuptools requirement from ^75.6.0 to ^78.1.0 (#38)

Update setuptools requirement from ^75.6.0 to ^78.1.0 (#38) #163

Workflow file for this run

name: Continuous Integration (CI)
on:
push:

Check failure on line 4 in .github/workflows/ci-new.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-new.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
- branches: [ main ]
jiobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out Python Version
run: python --version
- name: Install Dependencies
run: pip install --constraints puppeten sirius flake8 black[jupyter]
- name: Run Flake8 Llinter
run: flake8 .
- name: Run Formatter (Black)
run: black . --quiet