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

Updating CI Python images #858

Merged
merged 3 commits into from
Feb 1, 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
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
"server-test":
docker:
- image: circleci/python:3.7.6-node-browsers
- image: circleci/python:3.7.9-node-browsers
environment:
PERCY_PARALLEL_TOTAL: -1
- image: cypress/base:10
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
python -m venv venv || virtualenv venv
. venv/bin/activate
pip install -r dev-requirements.txt --quiet
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
pip install -e ./dash-main[dev,testing] --quiet
cd dash-main/dash-renderer && npm ci && npm run build && pip install -e . && cd ./../..

Expand Down