From 370a4f06f3d0d3bce8d06019ac52b3772356f637 Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Tue, 2 Oct 2018 17:56:27 -0400 Subject: [PATCH] Don't plot on Circle-CI --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9fd0c1abb..af5782a36 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -139,7 +139,6 @@ jobs: source pyodide-env/bin/activate export PATH=$PWD/firefox:$PATH python benchmark/benchmark.py cpython/build/3.7.0/host/bin/python3 build/benchmarks.json - python benchmark/plot_benchmark.py build/benchmarks.json build/benchmarks.png - store_artifacts: path: /home/circleci/repo/build