mirror of
https://github.com/gmihaila/ml_things.git
synced 2021-10-04 01:29:04 +03:00
added circlci
This commit is contained in:
@@ -5,12 +5,14 @@ jobs:
|
||||
- image: circleci/python:3.9.1
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: deps1-{{ .Branch }}-{{ checksum "requirements/dev.txt" }}
|
||||
- run:
|
||||
name: Install Python deps in a venv
|
||||
command: |
|
||||
python3 -m venv venv
|
||||
. venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
command: |
|
||||
python3 -m venv venv
|
||||
. venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
- save_cache:
|
||||
key: deps1-{{ .Branch }}-{{ checksum "requirements/dev.txt" }}
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user