Skip to content

Commit b84f028

Browse files
committed
Try alternative docker image with newer Python.
1 parent b95d307 commit b84f028

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
version: 2
22
jobs:
33
build:
4-
working_directory: /usr/src/app
54
docker:
6-
- image: banian/node
5+
- image: circleci/python:3.5-node
76
steps:
87
# Checkout repository
98
- checkout
@@ -20,7 +19,7 @@ jobs:
2019
# Install dependencies
2120
- run:
2221
name: Install Python Dependencies
23-
command: pip install -r requirements.txt
22+
command: pip install --user -r requirements.txt
2423

2524
# Keep cache
2625
- save_cache:

test/.module.test.js.swp

-12 KB
Binary file not shown.

test/fixture/pages/.index.vue.swp

-12 KB
Binary file not shown.

0 commit comments

Comments
 (0)