There was an error while loading. Please reload this page.
1 parent 1c291e6 commit 65d14abCopy full SHA for 65d14ab
1 file changed
.circleci/real_config.yml
@@ -9,7 +9,6 @@ orbs:
9
kubernetes: circleci/kubernetes@0.11.0
10
queue: eddiewebb/queue@2.2.1
11
win: circleci/windows@5.0.0
12
- python: circleci/python@2.2.0
13
14
executors:
15
python-38:
@@ -2698,8 +2697,11 @@ jobs:
2698
2697
executor: << parameters.executor-name >>
2699
steps:
2700
- checkout
2701
- - python/install-packages:
2702
- packages: ['git']
+ - run:
+ name: Install git
+ command: |
2703
+ apt update
2704
+ apt install -y git
2705
- run:
2706
name: Set VERSION environment variable
2707
command: |
0 commit comments