test: fix tests again

This commit is contained in:
Nick Fields
2021-01-02 15:34:51 -05:00
parent 8310ca5ae8
commit f865f2ade8

View File

@@ -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: