mirror of https://github.com/nucypher/pyUmbral.git
Do not restore cache for bundle tests
parent
fe356c9649
commit
e3012258ae
|
@ -58,14 +58,12 @@ jobs:
|
||||||
<<: *python_35_base
|
<<: *python_35_base
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
|
||||||
key: v2-deps-{{ .Environment.CIRCLE_WORKFLOW_ID }}-{{ checksum "Pipfile.lock" }}-py35
|
|
||||||
- run:
|
|
||||||
name: Check PEP 508 Requirements
|
|
||||||
command: pipenv check
|
|
||||||
- run:
|
- run:
|
||||||
name: Install Python dependencies with Pipenv
|
name: Install Python dependencies with Pipenv
|
||||||
command: pipenv sync --three --dev
|
command: pipenv sync --three --dev
|
||||||
|
- run:
|
||||||
|
name: Check PEP 508 Requirements
|
||||||
|
command: pipenv check
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- "~/.local/share/virtualenvs/"
|
- "~/.local/share/virtualenvs/"
|
||||||
|
@ -75,14 +73,12 @@ jobs:
|
||||||
<<: *python_36_base
|
<<: *python_36_base
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
|
||||||
key: v2-deps-{{ .Environment.CIRCLE_WORKFLOW_ID }}-{{ checksum "Pipfile.lock" }}-py36
|
|
||||||
- run:
|
|
||||||
name: Check PEP 508 Requirements
|
|
||||||
command: pipenv check
|
|
||||||
- run:
|
- run:
|
||||||
name: Install Python dependencies with Pipenv
|
name: Install Python dependencies with Pipenv
|
||||||
command: pipenv sync --three --dev
|
command: pipenv sync --three --dev
|
||||||
|
- run:
|
||||||
|
name: Check PEP 508 Requirements
|
||||||
|
command: pipenv check
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- "~/.local/share/virtualenvs/"
|
- "~/.local/share/virtualenvs/"
|
||||||
|
@ -92,14 +88,12 @@ jobs:
|
||||||
<<: *python_37_base
|
<<: *python_37_base
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
|
||||||
key: v2-deps-{{ .Environment.CIRCLE_WORKFLOW_ID }}-{{ checksum "Pipfile.lock" }}-py37
|
|
||||||
- run:
|
|
||||||
name: Check PEP 508 Requirements
|
|
||||||
command: pipenv check
|
|
||||||
- run:
|
- run:
|
||||||
name: Install Python dependencies with Pipenv
|
name: Install Python dependencies with Pipenv
|
||||||
command: pipenv sync --three --dev
|
command: pipenv sync --three --dev
|
||||||
|
- run:
|
||||||
|
name: Check PEP 508 Requirements
|
||||||
|
command: pipenv check
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- "~/.local/share/virtualenvs/"
|
- "~/.local/share/virtualenvs/"
|
||||||
|
|
Loading…
Reference in New Issue