mirror of
https://github.com/gmihaila/ml_things.git
synced 2021-10-04 01:29:04 +03:00
8 lines
151 B
YAML
8 lines
151 B
YAML
version: 2
|
|
jobs:
|
|
build:
|
|
docker:
|
|
- image: circleci/python:3.9.1
|
|
steps:
|
|
- checkout
|
|
- run: pip install -r requirements/dev.txt |