From 8310ca5ae8730db87bb4a8eaad6e5ef65ef33733 Mon Sep 17 00:00:00 2001 From: Nick Fields Date: Sat, 2 Jan 2021 15:29:38 -0500 Subject: [PATCH] test: fix tests --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 3de7608..e492855 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -248,7 +248,7 @@ jobs: timeout_minutes: 1 max_attempts: 2 shell: python - command: print 1, 2, 3 + command: print "1, 2, 3" # runs on push to master only cd: