chore: remove circleci as tests now run in github actions

This commit is contained in:
Jose Diaz-Gonzalez
2023-12-09 00:42:09 -05:00
committed by GitHub
parent 2615cab114
commit 76ff7f3b0d

View File

@@ -1,23 +0,0 @@
version: 2.1
orbs:
python: circleci/python@0.3.2
jobs:
build-and-test:
executor: python/default
steps:
- checkout
- python/load-cache
- run:
command: pip install flake8
name: Install dependencies
- python/save-cache
- run:
command: flake8 --ignore=E501
name: Lint
workflows:
main:
jobs:
- build-and-test