Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dave3d committed May 19, 2023
1 parent 5123ea3 commit 6e6dc7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: 2.1

orbs:
python: circleci/python@0.2.1
python: circleci/python@2.1.1

jobs:
build-and-test:
executor: python/default
docker:
- image: circleci/python:3.9-bullseye
- image: cimg/python:3.9
steps:
- checkout
- python/load-cache
Expand Down

0 comments on commit 6e6dc7d

Please sign in to comment.