Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ orbs:
executors:
# Basically extending what the python orb's executor does:
# - s/tag/version/
# - default to 3.6, not 3.8 or w/e
# - set common environment vars
default:
parameters:
version:
type: string
default: "3.6"
default: "3.8"
docker:
- image: cimg/python:<< parameters.version >>
# TODO: explicitly select 'resource_class: small' if credits ever become
Expand Down