remove .circleci directory
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s Details

This commit is contained in:
Greg Gauthier 2024-02-15 21:11:00 +00:00
parent ee7b31f389
commit 118eadb9ff
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
version: 2.1
orbs:
python: circleci/python@0.2.1
jobs:
build-and-test:
executor: python/default
steps:
- checkout
- python/load-cache
- python/install-deps
- python/save-cache
- run:
command: |
pipenv install
pipenv run pytest -vv
workflows:
main:
jobs:
- build-and-test