Skip to content

Commit 61ead23

Browse files
committed
bump hatchet default python
1 parent f3738a0 commit 61ead23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/hatchet/python_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
it "🐍" do
55
Hatchet::Runner.new('python-getting-started', stack: DEFAULT_STACK).deploy do |app|
66
expect(app.output).to match(/Installing pip/)
7-
expect(app.run('python -V')).to match(/3.6.8/)
7+
expect(app.run('python -V')).to match(/3.6.9/)
88
end
99
end
1010
end

0 commit comments

Comments
 (0)