From 055ad6bd717ab789987f8c5bc50ea29cdcb2f6f6 Mon Sep 17 00:00:00 2001 From: "Mike A. Trethewey" Date: Thu, 27 Feb 2020 02:51:42 -0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9796cf5b..a1bb6f8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,7 +148,7 @@ jobs: os-name: [ ubuntu-latest ] python-version: [ 3.7 ] - needs: [ install-prepare-release ] + needs: [ install-prepare-release.off ] steps: # checkout commit - name: Checkout commit