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: