mirror of
https://github.com/facebookresearch/deit.git
synced 2025-06-03 06:39:59 +08:00
Delete .circleci directory
This commit is contained in:
parent
263a3fcafc
commit
7e160fe43f
@ -1,28 +0,0 @@
|
||||
version: 2.1
|
||||
|
||||
jobs:
|
||||
python_lint:
|
||||
docker:
|
||||
- image: circleci/python:3.7
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
command: |
|
||||
pip install --user --progress-bar off flake8 typing
|
||||
flake8 .
|
||||
test:
|
||||
docker:
|
||||
- image: circleci/python:3.7
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
command: |
|
||||
pip install --user --progress-bar off pytest
|
||||
pip install --user --progress-bar off torch torchvision
|
||||
pip install --user --progress-bar off timm==0.3.2
|
||||
pytest .
|
||||
|
||||
workflows:
|
||||
build:
|
||||
jobs:
|
||||
- python_lint
|
Loading…
x
Reference in New Issue
Block a user