We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f96119 commit 52228f9Copy full SHA for 52228f9
.circleci/config.yml
@@ -261,18 +261,13 @@ jobs:
261
steps:
262
- attach_workspace:
263
at: ~/
264
- - run:
265
- name: Create and activate virtual environment
266
- command: |
267
- python3 -m venv venv
268
- source venv/bin/activate
269
- run: sudo apt-get update
270
- run:
271
name: Install kaleido, plotly.io and required fonts
272
command: .circleci/env_image.sh && python3 -m pip list
273
274
name: Create all png files
275
- command: python3 test/image/make_baseline.py
+ command: python3 -m pip list && python3 test/image/make_baseline.py
276
- persist_to_workspace:
277
root: ~/
278
paths:
0 commit comments