bump hatchet default python

This commit is contained in:
Casey Faist
2019-09-12 08:44:10 -07:00
parent f3738a0e70
commit 61ead23f7f
+1 -1
View File
@@ -4,7 +4,7 @@ describe "Python!!!!!!!!!!!" do
it "🐍" do
Hatchet::Runner.new('python-getting-started', stack: DEFAULT_STACK).deploy do |app|
expect(app.output).to match(/Installing pip/)
expect(app.run('python -V')).to match(/3.6.8/)
expect(app.run('python -V')).to match(/3.6.9/)
end
end
end