Skip to content

Commit 2707f18

Browse files
authored
Upgrade CircleCI Python orb to version 4.0.0
Updated Python orb version and commented out executor configuration.
1 parent 737ae36 commit 2707f18

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
version: '2.1'
44
orbs:
5-
python: circleci/python@3.3.0
5+
python: circleci/python@4.0.0
66

77
jobs:
88
pre-commit:
9-
executor:
10-
name: python/default
11-
tag: "3.14"
9+
# executor:
10+
# name: python/default
11+
# tag: "3.14"
1212
steps:
1313
- checkout
1414
- python/install-packages:
@@ -18,9 +18,9 @@ jobs:
1818
uvx pre-commit run --all-files --show-diff-on-failure
1919
2020
pytest:
21-
executor:
22-
name: python/default
23-
tag: "3.14"
21+
# executor:
22+
# name: python/default
23+
# tag: "3.14"
2424
steps:
2525
- checkout
2626
- python/install-packages:

0 commit comments

Comments
 (0)