Skip to content

Commit

Permalink
chore: add python orb to circle
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbot authored Jul 15, 2024
1 parent fee66d9 commit c096299
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2

orbs:
# See the orb documentation here: https://circleci.com/developer/orbs/orb/circleci/python
python: circleci/[email protected]

jobs:
build:
docker:
Expand Down

0 comments on commit c096299

Please sign in to comment.