Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Updating CI Python images #173

Merged
merged 3 commits into from
Jan 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
python-2.7: &test-template
docker:
- image: circleci/python:2.7-stretch-node-browsers
- image: circleci/python:2.7.18-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
- run:
name: 🏗️ Install dependencies (dash)
command: |
git clone --depth 1 git@github.com:plotly/dash.git dash-main
git clone -b browser-capabilities --depth 1 git@github.com:plotly/dash.git dash-main
git clone --depth 1 git@github.com:plotly/dash-core-components.git
git clone --depth 1 git@github.com:plotly/dash-table.git
. venv/bin/activate
Expand All @@ -59,7 +59,7 @@ jobs:
python-3.6:
<<: *test-template
docker:
- image: circleci/python:3.6.9-stretch-node-browsers
- image: circleci/python:3.6.12-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
Expand All @@ -70,7 +70,7 @@ jobs:
python-3.7:
<<: *test-template
docker:
- image: circleci/python:3.7.6-stretch-node-browsers
- image: circleci/python:3.7.9-stretch-node-browsers
auth:
username: dashautomation
password: $DASH_PAT_DOCKERHUB
Expand Down