From 7ace8ae40dc400e8ee2e445d383d594240fee76c Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 25 Jun 2019 15:06:09 -0400 Subject: [PATCH] can't require a job that isn't --- .circleci/config.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b15d1b7ac..72ca674f5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,11 +26,7 @@ workflows: # - "slackware-14.2" # Test against PyPy 2.7/7.1.1 - # - "build-image-pypy-2.7-7.1.1-jessie" - - "pypy2.7-7.1": - # Just until I'm satisfied the image is being built right - requires: - - "build-image-pypy-2.7-7.1.1-jessie" + - "pypy2.7-7.1" # # Other assorted tasks and configurations # - "lint"