From 1a6a5ea875164312ff6bc1b583729f1c62bcfa86 Mon Sep 17 00:00:00 2001 From: Abraham Gonzalez Date: Sat, 11 May 2019 18:55:04 -0700 Subject: [PATCH] correct dependencies for runs --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index be9c6372..a93642d8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -171,6 +171,7 @@ workflows: # Prepare the verilator builds - prepare-example: requires: + - install-riscv-toolchain - install-verilator # Run the respective tests @@ -178,5 +179,5 @@ workflows: # Run the example tests - example-run-benchmark-tests: requires: - - prepare-example - install-riscv-toolchain + - prepare-example